taglinefilesource code
ipprot277net/ipv4/icmp.cstruct inet_protocol *ipprot;
ipprot324net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
ipprot325net/ipv4/icmp.cwhile(ipprot != NULL) 
ipprot329net/ipv4/icmp.cnextip = (struct inet_protocol *) ipprot->next;
ipprot334net/ipv4/icmp.cif (iph->protocol == ipprot->protocol && ipprot->err_handler) 
ipprot336net/ipv4/icmp.cipprot->err_handler(err, (unsigned char *)(icmph + 1),
ipprot337net/ipv4/icmp.ciph->daddr, iph->saddr, ipprot);
ipprot340net/ipv4/icmp.cipprot = nextip;
ipprot1269net/ipv4/ip.cstruct inet_protocol *ipprot;
ipprot1578net/ipv4/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
ipprot1582net/ipv4/ip.cif (ipprot->protocol != iph->protocol)
ipprot1591net/ipv4/ip.cif (ipprot->copy || raw_sk)
ipprot1609net/ipv4/ip.cipprot->handler(skb2, dev, NULL, iph->daddr,
ipprot1611net/ipv4/ip.ciph->saddr, 0, ipprot);