tag | line | file | source code |
highestinuse | 373 | include/net/sock.h | int inuse, highestinuse; |
highestinuse | 216 | net/ipv4/af_inet.c | if (sk->prot->highestinuse < sk->prot->inuse) |
highestinuse | 217 | net/ipv4/af_inet.c | sk->prot->highestinuse = sk->prot->inuse; |
highestinuse | 1490 | net/ipv4/af_inet.c | tcp_prot.highestinuse = 0; |
highestinuse | 1492 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
highestinuse | 1494 | net/ipv4/af_inet.c | raw_prot.highestinuse = 0; |
highestinuse | 185 | net/ipv4/proc.c | tcp_prot.inuse, tcp_prot.highestinuse); |
highestinuse | 187 | net/ipv4/proc.c | udp_prot.inuse, udp_prot.highestinuse); |
highestinuse | 189 | net/ipv4/proc.c | raw_prot.inuse, raw_prot.highestinuse); |
highestinuse | 191 | net/ipv4/proc.c | packet_prot.inuse, packet_prot.highestinuse); |