| tag | line | file | source code |
| ipprot | 277 | net/ipv4/icmp.c | struct inet_protocol *ipprot; |
| ipprot | 324 | net/ipv4/icmp.c | ipprot = (struct inet_protocol *) inet_protos[hash]; |
| ipprot | 325 | net/ipv4/icmp.c | while(ipprot != NULL) |
| ipprot | 329 | net/ipv4/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
| ipprot | 334 | net/ipv4/icmp.c | if (iph->protocol == ipprot->protocol && ipprot->err_handler) |
| ipprot | 336 | net/ipv4/icmp.c | ipprot->err_handler(err, (unsigned char *)(icmph + 1), |
| ipprot | 337 | net/ipv4/icmp.c | iph->daddr, iph->saddr, ipprot); |
| ipprot | 340 | net/ipv4/icmp.c | ipprot = nextip; |
| ipprot | 1269 | net/ipv4/ip.c | struct inet_protocol *ipprot; |
| ipprot | 1578 | net/ipv4/ip.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
| ipprot | 1582 | net/ipv4/ip.c | if (ipprot->protocol != iph->protocol) |
| ipprot | 1591 | net/ipv4/ip.c | if (ipprot->copy || raw_sk) |
| ipprot | 1609 | net/ipv4/ip.c | ipprot->handler(skb2, dev, NULL, iph->daddr, |
| ipprot | 1611 | net/ipv4/ip.c | iph->saddr, 0, ipprot); |