Searched refs:ICMP_HOST_UNREACH (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/include/uapi/linux/ |
D | icmp.h | 44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
|
/linux-5.19.10/net/ipv4/netfilter/ |
D | ipt_REJECT.c | 41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
|
/linux-5.19.10/net/netfilter/ |
D | nft_reject.c | 99 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
|
/linux-5.19.10/drivers/net/wireguard/ |
D | device.c | 225 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
/linux-5.19.10/net/rxrpc/ |
D | peer_event.c | 456 case ICMP_HOST_UNREACH: in rxrpc_store_error()
|
/linux-5.19.10/net/atm/ |
D | clip.c | 277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
|
/linux-5.19.10/net/ipv4/ |
D | icmp.c | 875 case ICMP_HOST_UNREACH: in icmp_unreach()
|
D | tcp_ipv4.c | 495 code == ICMP_HOST_UNREACH))); in tcp_v4_err() 568 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
|
D | route.c | 986 code = ICMP_HOST_UNREACH; in ip_error() 1239 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
|
/linux-5.19.10/net/ipv6/ |
D | ip6_tunnel.c | 585 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
|
/linux-5.19.10/drivers/net/ |
D | amt.c | 2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()
|