Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dicmp.h44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
/linux-6.3-rc2/net/ipv4/netfilter/
A Dipt_REJECT.c41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
/linux-6.3-rc2/net/netfilter/
A Dnft_reject.c100 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c226 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/linux-6.3-rc2/net/atm/
A Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/linux-6.3-rc2/net/ipv4/
A Dicmp.c878 case ICMP_HOST_UNREACH: in icmp_unreach()
A Dtcp_ipv4.c504 code == ICMP_HOST_UNREACH))); in tcp_v4_err()
577 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
A Droute.c986 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-6.3-rc2/net/ipv6/
A Dip6_tunnel.c585 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
/linux-6.3-rc2/drivers/net/
A Damt.c2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()

Completed in 30 milliseconds