/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | icmp.h | 24 #define ICMP_HOST_UNREACH 1 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | icmp.h | 42 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | icmp.h | 38 #define ICMP_HOST_UNREACH 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | icmp.h | 38 #define ICMP_HOST_UNREACH 1 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | icmp.h | 44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_reject.c | 89 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_REJECT.c | 41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_reject.c | 100 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ipt_REJECT.c | 41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 237 case ICMP_HOST_UNREACH: in rxrpc_store_error()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | device.c | 210 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | device.c | 227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 504 code == ICMP_HOST_UNREACH))); in tcp_v4_err() 574 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
|
H A D | icmp.c | 122 .errno = EHOSTUNREACH, /* ICMP_HOST_UNREACH */ 886 case ICMP_HOST_UNREACH: in icmp_unreach()
|
H A D | route.c | 1006 code = ICMP_HOST_UNREACH; in ip_error() 1262 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | icmp.c | 122 .errno = EHOSTUNREACH, /* ICMP_HOST_UNREACH */ 883 case ICMP_HOST_UNREACH: in icmp_unreach()
|
H A D | route.c | 986 code = ICMP_HOST_UNREACH; in ip_error() 1241 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
|
H A D | tcp_ipv4.c | 505 code == ICMP_HOST_UNREACH))); in tcp_v4_err() 578 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_tunnel.c | 618 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_tunnel.c | 585 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()
|