taglinefilesource code
skb_in30include/net/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,
skb_in506net/ipv4/icmp.cvoid icmp_send(struct sk_buff *skb_in, int type, int code, unsigned long info, struct device *dev)
skb_in518net/ipv4/icmp.ciph = skb_in->ip_hdr;
skb_in524net/ipv4/icmp.cif(skb_in->pkt_type!=PACKET_HOST)
skb_in592net/ipv4/icmp.cif (ip_options_echo(&icmp_param.replyopts, NULL, saddr, iph->saddr, skb_in) == 0)
skb_in104net/ipv4/ip_forward.cstruct sk_buff *skb_in = skb;  /* So we can remember if the masquerader did some swaps */
skb_in476net/ipv4/ip_forward.cif(skb!=skb_in)
skb_in478net/ipv4/ip_forward.ckfree_skb(skb_in, FREE_WRITE);