tag | line | file | source code |
ip_protos | 236 | net/tcp/icmp.c | for (ipprot = (struct ip_protocol *)ip_protos[hash]; |
ip_protos | 90 | net/tcp/ip.c | volatile struct ip_protocol *ip_protos[MAX_IP_PROTOS] = { NULL, }; |
ip_protos | 113 | net/tcp/ip.c | for (p = ip_protos[hash] ; p != NULL; p=p->next) |
ip_protos | 130 | net/tcp/ip.c | prot ->next = ip_protos[hash]; |
ip_protos | 131 | net/tcp/ip.c | ip_protos[hash] = prot; |
ip_protos | 156 | net/tcp/ip.c | if (prot == ip_protos[hash]) |
ip_protos | 158 | net/tcp/ip.c | ip_protos[hash]=(struct ip_protocol *)ip_protos[hash]->next; |
ip_protos | 162 | net/tcp/ip.c | for (p = (struct ip_protocol *)ip_protos[hash]; |
ip_protos | 861 | net/tcp/ip.c | for (ipprot = (struct ip_protocol *)ip_protos[hash]; |
ip_protos | 151 | net/tcp/ip.h | extern volatile struct ip_protocol *ip_protos[MAX_IP_PROTOS]; |