taglinefilesource code
ipprot343net/ipv4/icmp.cstruct inet_protocol *ipprot;
ipprot440net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
ipprot441net/ipv4/icmp.cwhile(ipprot != NULL) 
ipprot445net/ipv4/icmp.cnextip = (struct inet_protocol *) ipprot->next;
ipprot454net/ipv4/icmp.cif (iph->protocol == ipprot->protocol && ipprot->err_handler) 
ipprot456net/ipv4/icmp.cipprot->err_handler(icmph->type, icmph->code, dp,
ipprot457net/ipv4/icmp.ciph->daddr, iph->saddr, ipprot);
ipprot460net/ipv4/icmp.cipprot = nextip;
ipprot203net/ipv4/ip_input.cstruct inet_protocol *ipprot;
ipprot508net/ipv4/ip_input.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
ipprot512net/ipv4/ip_input.cif (ipprot->protocol != iph->protocol)
ipprot522net/ipv4/ip_input.cif (ipprot->copy || raw_sk || mroute_pkt)
ipprot524net/ipv4/ip_input.cif (ipprot->copy || raw_sk)
ipprot543net/ipv4/ip_input.cipprot->handler(skb2, dev, opt, iph->daddr,
ipprot545net/ipv4/ip_input.ciph->saddr, 0, ipprot);