__icmp_send
void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
__icmp_send(skb_in, type, code, info, IPCB(skb_in));
__icmp_send(skb_in, type, code, info, &parm);
__icmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_ANO, 0, &parm);
__icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_ANO, 0, &parm);
EXPORT_SYMBOL(__icmp_send);
__icmp_send(skb_in, type, code, info, &parm);
__icmp_send(skb_in, type, code, info, &parm);
__icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &parm);