taglinefilesource code
ipprot341net/ipv4/icmp.cstruct inet_protocol *ipprot;
ipprot396net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
ipprot397net/ipv4/icmp.cwhile(ipprot != NULL) 
ipprot401net/ipv4/icmp.cnextip = (struct inet_protocol *) ipprot->next;
ipprot410net/ipv4/icmp.cif (iph->protocol == ipprot->protocol && ipprot->err_handler) 
ipprot412net/ipv4/icmp.cipprot->err_handler(icmph->type, icmph->code, dp,
ipprot413net/ipv4/icmp.ciph->daddr, iph->saddr, ipprot);
ipprot416net/ipv4/icmp.cipprot = nextip;
ipprot1821net/ipv4/ip.cstruct inet_protocol *ipprot;
ipprot2092net/ipv4/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
ipprot2096net/ipv4/ip.cif (ipprot->protocol != iph->protocol)
ipprot2105net/ipv4/ip.cif (ipprot->copy || raw_sk)
ipprot2123net/ipv4/ip.cipprot->handler(skb2, dev, opt, iph->daddr,
ipprot2125net/ipv4/ip.ciph->saddr, 0, ipprot);