Searched refs:ICMP_PORT_UNREACH (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | xfrm4_protocol.c | 85 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap() 103 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv() 129 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv() 155 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
|
D | tunnel4.c | 105 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 124 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv() 144 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
|
D | ip_gre.c | 157 case ICMP_PORT_UNREACH: in ipgre_err() 434 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
|
D | icmp.c | 814 case ICMP_PORT_UNREACH: in icmp_unreach()
|
D | udp.c | 2217 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
|
/Linux-v4.19/include/uapi/linux/ |
D | icmp.h | 43 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_REJECT.c | 50 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
|
/Linux-v4.19/net/netfilter/ |
D | nft_reject.c | 90 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMP_PORT_UNREACH,
|
/Linux-v4.19/net/rxrpc/ |
D | peer_event.c | 230 case ICMP_PORT_UNREACH: in rxrpc_store_error()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_core.c | 657 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 1451 ICMP_PORT_UNREACH, 0); in ip_vs_out()
|