| tag | line | file | source code |
| ipprot | 276 | net/inet/icmp.c | struct inet_protocol *ipprot; |
| ipprot | 317 | net/inet/icmp.c | ipprot = (struct inet_protocol *) inet_protos[hash]; |
| ipprot | 318 | net/inet/icmp.c | while(ipprot != NULL) |
| ipprot | 322 | net/inet/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
| ipprot | 327 | net/inet/icmp.c | if (iph->protocol == ipprot->protocol && ipprot->err_handler) |
| ipprot | 329 | net/inet/icmp.c | ipprot->err_handler(err, (unsigned char *)(icmph + 1), |
| ipprot | 330 | net/inet/icmp.c | iph->daddr, iph->saddr, ipprot); |
| ipprot | 333 | net/inet/icmp.c | ipprot = nextip; |
| ipprot | 1460 | net/inet/ip.c | struct inet_protocol *ipprot; |
| ipprot | 1675 | net/inet/ip.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
| ipprot | 1679 | net/inet/ip.c | if (ipprot->protocol != iph->protocol) |
| ipprot | 1687 | net/inet/ip.c | if (ipprot->copy || raw_sk) |
| ipprot | 1704 | net/inet/ip.c | ipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr, |
| ipprot | 1706 | net/inet/ip.c | iph->saddr, 0, ipprot); |