tag | line | file | source code |
skb_in | 26 | include/net/icmp.h | extern void icmp_send(struct sk_buff *skb_in, int type, int code, |
skb_in | 253 | net/ipv4/icmp.c | void icmp_send(struct sk_buff *skb_in, int type, int code, unsigned long info, struct device *dev) |
skb_in | 265 | net/ipv4/icmp.c | iph = skb_in->ip_hdr; |
skb_in | 271 | net/ipv4/icmp.c | if(skb_in->pkt_type!=PACKET_HOST) |
skb_in | 330 | net/ipv4/icmp.c | if (ip_options_echo(&icmp_param.replyopts, NULL, saddr, iph->saddr, skb_in) == 0) |
skb_in | 98 | net/ipv4/ip_forward.c | struct sk_buff *skb_in = skb; /* So we can remember if the masquerader did some swaps */ |
skb_in | 447 | net/ipv4/ip_forward.c | if(skb!=skb_in) |
skb_in | 449 | net/ipv4/ip_forward.c | kfree_skb(skb_in, FREE_WRITE); |