Searched refs:ICMP_PORT_UNREACH (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
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()
|
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()
|
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()
|
A D | icmp.c | 880 case ICMP_PORT_UNREACH: in icmp_unreach()
|
A D | udp.c | 2485 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | icmp.h | 46 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | ipt_REJECT.c | 47 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_reject.c | 99 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMP_PORT_UNREACH,
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_core.c | 668 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 1463 ICMP_PORT_UNREACH, 0); in ip_vs_out_hook()
|
Completed in 22 milliseconds