taglinefilesource code
ICMP_PORT_UNREACH363net/ipv4/icmp.ccase ICMP_PORT_UNREACH:
ICMP_PORT_UNREACH310net/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_UNREACH759net/ipv4/udp.cicmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0, dev);