tag | line | file | source code |
skb_in | 30 | include/net/icmp.h | extern void icmp_send(struct sk_buff *skb_in, int type, int code, |
skb_in | 254 | net/ipv4/icmp.c | void icmp_send(struct sk_buff *skb_in, int type, int code, unsigned long info, struct device *dev) |
skb_in | 266 | net/ipv4/icmp.c | iph = skb_in->ip_hdr; |
skb_in | 272 | net/ipv4/icmp.c | if(skb_in->pkt_type!=PACKET_HOST) |
skb_in | 331 | net/ipv4/icmp.c | if (ip_options_echo(&icmp_param.replyopts, NULL, saddr, iph->saddr, skb_in) == 0) |
skb_in | 104 | net/ipv4/ip_forward.c | struct sk_buff *skb_in = skb; /* So we can remember if the masquerader did some swaps */ |
skb_in | 476 | net/ipv4/ip_forward.c | if(skb!=skb_in) |
skb_in | 478 | net/ipv4/ip_forward.c | kfree_skb(skb_in, FREE_WRITE); |