/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_protocol.c | 88 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap() 107 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv() 135 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv() 163 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
|
H A D | tunnel4.c | 106 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 152 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv() 172 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
|
H A D | ip_gre.c | 167 case ICMP_PORT_UNREACH: in ipgre_err() 446 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
|
H A D | icmp.c | 130 .errno = ECONNREFUSED, /* ICMP_PORT_UNREACH */ 888 case ICMP_PORT_UNREACH: in icmp_unreach()
|
H A D | udp.c | 2434 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_protocol.c | 88 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap() 107 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv() 135 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv() 163 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
|
H A D | tunnel4.c | 106 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 152 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv() 172 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
|
H A D | ip_gre.c | 169 case ICMP_PORT_UNREACH: in ipgre_err() 451 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
|
H A D | icmp.c | 130 .errno = ECONNREFUSED, /* ICMP_PORT_UNREACH */ 885 case ICMP_PORT_UNREACH: in icmp_unreach()
|
H A D | udp.c | 2437 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | icmp.h | 26 #define ICMP_PORT_UNREACH 3 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | icmp.h | 44 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | icmp.h | 40 #define ICMP_PORT_UNREACH 3 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | icmp.h | 40 #define ICMP_PORT_UNREACH 3 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | icmp.h | 46 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_reject.c | 88 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMP_PORT_UNREACH,
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_REJECT.c | 47 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_reject.c | 99 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMP_PORT_UNREACH,
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ipt_REJECT.c | 47 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 240 case ICMP_PORT_UNREACH: in rxrpc_store_error()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 671 * ICMP_PORT_UNREACH is sent here no matter it is TCP/UDP. --WZ in ip_vs_leave() 680 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 1472 ICMP_PORT_UNREACH, 0); in ip_vs_out()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 659 * ICMP_PORT_UNREACH is sent here no matter it is TCP/UDP. --WZ in ip_vs_leave() 668 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 1457 ICMP_PORT_UNREACH, 0); in ip_vs_out_hook()
|