taglinefilesource code
icmp_send28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,
icmp_send694net/inet/ip.cicmp_send(qp->fragments->skb,ICMP_TIME_EXCEEDED,
icmp_send1121net/inet/ip.cicmp_send(skb,ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, dev);
icmp_send1134net/inet/ip.cicmp_send(skb,ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED,dev);
icmp_send1279net/inet/ip.cicmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, dev);
icmp_send1303net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_UNREACH, dev);
icmp_send1330net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, dev);
icmp_send1618net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, dev);
icmp_send588net/inet/udp.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, dev);