Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dicmp.h44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
/linux/net/ipv4/netfilter/
A Dipt_REJECT.c41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
/linux/net/netfilter/
A Dnft_reject.c99 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
/linux/net/rxrpc/
A Dpeer_event.c237 case ICMP_HOST_UNREACH: in rxrpc_store_error()
/linux/drivers/net/wireguard/
A Ddevice.c209 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/linux/net/atm/
A Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/linux/net/ipv4/
A Dicmp.c879 case ICMP_HOST_UNREACH: in icmp_unreach()
A Dtcp_ipv4.c494 code == ICMP_HOST_UNREACH))); in tcp_v4_err()
567 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
A Droute.c972 code = ICMP_HOST_UNREACH; in ip_error()
1225 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
/linux/net/ipv6/
A Dip6_tunnel.c587 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
/linux/drivers/net/
A Damt.c2619 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()

Completed in 29 milliseconds