| tag | line | file | source code |
| highestinuse | 310 | include/net/sock.h | int inuse, highestinuse; |
| highestinuse | 205 | net/ipv4/af_inet.c | if (sk->prot->highestinuse < sk->prot->inuse) |
| highestinuse | 206 | net/ipv4/af_inet.c | sk->prot->highestinuse = sk->prot->inuse; |
| highestinuse | 1492 | net/ipv4/af_inet.c | tcp_prot.highestinuse = 0; |
| highestinuse | 1494 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
| highestinuse | 1496 | net/ipv4/af_inet.c | raw_prot.highestinuse = 0; |
| highestinuse | 182 | net/ipv4/proc.c | tcp_prot.inuse, tcp_prot.highestinuse); |
| highestinuse | 184 | net/ipv4/proc.c | udp_prot.inuse, udp_prot.highestinuse); |
| highestinuse | 186 | net/ipv4/proc.c | raw_prot.inuse, raw_prot.highestinuse); |
| highestinuse | 188 | net/ipv4/proc.c | packet_prot.inuse, packet_prot.highestinuse); |