Home
last modified time | relevance | path

Searched refs:ICMP_HOST_UNREACH (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dicmp.h41 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
/Linux-v5.4/net/ipv4/netfilter/
Dipt_REJECT.c41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
/Linux-v5.4/net/netfilter/
Dnft_reject.c88 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
/Linux-v5.4/net/rxrpc/
Dpeer_event.c237 case ICMP_HOST_UNREACH: in rxrpc_store_error()
/Linux-v5.4/net/atm/
Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/Linux-v5.4/net/ipv4/
Dicmp.c814 case ICMP_HOST_UNREACH: in icmp_unreach()
Dtcp_ipv4.c459 code == ICMP_HOST_UNREACH))); in tcp_v4_err()
528 if (code != ICMP_NET_UNREACH && code != ICMP_HOST_UNREACH) in tcp_v4_err()
Droute.c979 code = ICMP_HOST_UNREACH; in ip_error()
1220 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c586 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()