taglinefilesource code
inet_protos48include/net/protocol.hextern struct inet_protocol *inet_protos[MAX_INET_PROTOS];
inet_protos452net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
inet_protos525net/ipv4/ip_input.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
inet_protos123net/ipv4/protocol.cstruct inet_protocol *inet_protos[MAX_INET_PROTOS] = 
inet_protos140net/ipv4/protocol.cfor (p = inet_protos[hash] ; p != NULL; p=p->next) 
inet_protos158net/ipv4/protocol.cprot ->next = inet_protos[hash];
inet_protos159net/ipv4/protocol.cinet_protos[hash] = prot;
inet_protos189net/ipv4/protocol.cif (prot == inet_protos[hash]) 
inet_protos191net/ipv4/protocol.cinet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next;
inet_protos195net/ipv4/protocol.cp = (struct inet_protocol *) inet_protos[hash];