Searched refs:ICMP_HOST_UNREACH (Results 1 – 10 of 10) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | icmp.h | 44 #define ICMP_HOST_UNREACH 1 /* Host Unreachable */ macro
|
| /linux/net/ipv4/netfilter/ |
| A D | ipt_REJECT.c | 41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
|
| /linux/net/netfilter/ |
| A D | nft_reject.c | 99 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMP_HOST_UNREACH,
|
| /linux/drivers/net/wireguard/ |
| A D | device.c | 227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
| /linux/net/atm/ |
| A D | clip.c | 277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
|
| /linux/net/ipv4/ |
| A D | icmp.c | 893 case ICMP_HOST_UNREACH: in icmp_unreach()
|
| A D | route.c | 966 code = ICMP_HOST_UNREACH; in ip_error() 1221 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()
|
| A D | tcp_ipv4.c | 525 code == ICMP_HOST_UNREACH))); in tcp_v4_err() 603 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
|
| /linux/net/ipv6/ |
| A D | ip6_tunnel.c | 585 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
|
| /linux/drivers/net/ |
| A D | amt.c | 2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()
|
Completed in 34 milliseconds