taglinefilesource code
ip_protos236net/tcp/icmp.cfor (ipprot = (struct ip_protocol *)ip_protos[hash];
ip_protos90net/tcp/ip.cvolatile struct ip_protocol *ip_protos[MAX_IP_PROTOS] = { NULL, };
ip_protos113net/tcp/ip.cfor (p = ip_protos[hash] ; p != NULL; p=p->next)
ip_protos130net/tcp/ip.cprot ->next = ip_protos[hash];
ip_protos131net/tcp/ip.cip_protos[hash] = prot;
ip_protos156net/tcp/ip.cif (prot == ip_protos[hash])
ip_protos158net/tcp/ip.cip_protos[hash]=(struct ip_protocol *)ip_protos[hash]->next;
ip_protos162net/tcp/ip.cfor (p = (struct ip_protocol *)ip_protos[hash];
ip_protos859net/tcp/ip.cfor (ipprot = (struct ip_protocol *)ip_protos[hash];
ip_protos151net/tcp/ip.hextern volatile struct ip_protocol *ip_protos[MAX_IP_PROTOS];