taglinefilesource code
ipprot356net/ipv4/icmp.cstruct inet_protocol *ipprot;
ipprot403net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
ipprot404net/ipv4/icmp.cwhile(ipprot != NULL) 
ipprot408net/ipv4/icmp.cnextip = (struct inet_protocol *) ipprot->next;
ipprot417net/ipv4/icmp.cif (iph->protocol == ipprot->protocol && ipprot->err_handler) 
ipprot419net/ipv4/icmp.cipprot->err_handler(err, (unsigned char *)(icmph + 1),
ipprot420net/ipv4/icmp.ciph->daddr, iph->saddr, ipprot);
ipprot423net/ipv4/icmp.cipprot = nextip;
ipprot1320net/ipv4/ip.cstruct inet_protocol *ipprot;
ipprot1640net/ipv4/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
ipprot1644net/ipv4/ip.cif (ipprot->protocol != iph->protocol)
ipprot1653net/ipv4/ip.cif (ipprot->copy || raw_sk)
ipprot1671net/ipv4/ip.cipprot->handler(skb2, dev, NULL, iph->daddr,
ipprot1673net/ipv4/ip.ciph->saddr, 0, ipprot);