taglinefilesource code
icmp_send28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,
icmp_send729net/inet/ip.cicmp_send(qp->fragments->skb,ICMP_TIME_EXCEEDED,
icmp_send1156net/inet/ip.cicmp_send(skb,ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, dev);
icmp_send1169net/inet/ip.cicmp_send(skb,ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED,dev);
icmp_send1324net/inet/ip.cicmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, dev);
icmp_send1348net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_UNREACH, dev);
icmp_send1375net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, dev);
icmp_send1750net/inet/ip.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, dev);
icmp_send653net/inet/udp.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, dev);