Searched refs:ICMPV6_ADDR_UNREACH (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/net/netfilter/ |
D | nft_reject.c | 117 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMPV6_ADDR_UNREACH,
|
/Linux-v6.1/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 53 nf_send_unreach6(net, skb, ICMPV6_ADDR_UNREACH, in reject_tg6()
|
/Linux-v6.1/include/uapi/linux/ |
D | icmpv6.h | 124 #define ICMPV6_ADDR_UNREACH 3 macro
|
/Linux-v6.1/net/ipv6/ |
D | xfrm6_tunnel.c | 242 case ICMPV6_ADDR_UNREACH: in xfrm6_tunnel_err()
|
D | icmp.c | 696 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach()
|
D | ip6_tunnel.c | 469 u8 rel_code = ICMPV6_ADDR_UNREACH; in ip6_tnl_err() 582 if (rel_code != ICMPV6_ADDR_UNREACH) in ip4ip6_err()
|
D | route.c | 2786 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure()
|
/Linux-v6.1/drivers/net/wireguard/ |
D | device.c | 228 icmpv6_ndo_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in wg_xmit()
|