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