Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dicmp.h44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
/openbmc/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
/openbmc/linux/net/netfilter/
H A Dnft_reject.c100 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
/openbmc/linux/drivers/net/wireguard/
H A Ddevice.c227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/openbmc/linux/net/atm/
H A Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/openbmc/linux/net/ipv4/
H A Dicmp.c884 case ICMP_HOST_UNREACH: in icmp_unreach()
H A Dtcp_ipv4.c511 code == ICMP_HOST_UNREACH))); in tcp_v4_err()
584 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
H A Droute.c978 code = ICMP_HOST_UNREACH; in ip_error()
1233 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c585 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
/openbmc/linux/drivers/net/
H A Damt.c2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()