tag | line | file | source code |
ipprot | 343 | net/ipv4/icmp.c | struct inet_protocol *ipprot; |
ipprot | 440 | net/ipv4/icmp.c | ipprot = (struct inet_protocol *) inet_protos[hash]; |
ipprot | 441 | net/ipv4/icmp.c | while(ipprot != NULL) |
ipprot | 445 | net/ipv4/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
ipprot | 454 | net/ipv4/icmp.c | if (iph->protocol == ipprot->protocol && ipprot->err_handler) |
ipprot | 456 | net/ipv4/icmp.c | ipprot->err_handler(icmph->type, icmph->code, dp, |
ipprot | 457 | net/ipv4/icmp.c | iph->daddr, iph->saddr, ipprot); |
ipprot | 460 | net/ipv4/icmp.c | ipprot = nextip; |
ipprot | 203 | net/ipv4/ip_input.c | struct inet_protocol *ipprot; |
ipprot | 511 | net/ipv4/ip_input.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
ipprot | 515 | net/ipv4/ip_input.c | if (ipprot->protocol != iph->protocol) |
ipprot | 525 | net/ipv4/ip_input.c | if (ipprot->copy || raw_sk || mroute_pkt) |
ipprot | 527 | net/ipv4/ip_input.c | if (ipprot->copy || raw_sk) |
ipprot | 546 | net/ipv4/ip_input.c | ipprot->handler(skb2, dev, opt, daddr, |
ipprot | 548 | net/ipv4/ip_input.c | iph->saddr, 0, ipprot); |