taglinefilesource code
ICMP_PORT_UNREACH362net/ipv4/icmp.ccase ICMP_PORT_UNREACH:
ICMP_PORT_UNREACH307net/ipv4/ip_input.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0, dev);
ICMP_PORT_UNREACH91net/ipv4/ipip.cicmp_send(skb,ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0 , dev);
ICMP_PORT_UNREACH706net/ipv4/udp.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0, dev);