Searched refs:ICMPV6_ADDR_UNREACH (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nft_reject.c | 97 [NFT_REJECT_ICMPX_HOST_UNREACH] = ICMPV6_ADDR_UNREACH,
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 57 nf_send_unreach6(net, skb, ICMPV6_ADDR_UNREACH, par->hooknum); in reject_tg6()
|
/linux-4.1.27/include/uapi/linux/ |
D | icmpv6.h | 116 #define ICMPV6_ADDR_UNREACH 3 macro
|
/linux-4.1.27/net/ipv6/ |
D | xfrm6_tunnel.c | 252 case ICMPV6_ADDR_UNREACH: in xfrm6_tunnel_err()
|
D | ip6_tunnel.c | 487 u8 rel_code = ICMPV6_ADDR_UNREACH; in ip6_tnl_err() 591 if (rel_code != ICMPV6_ADDR_UNREACH) in ip4ip6_err()
|
D | sit.c | 508 icmpv6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ipip6_err_gen_icmpv6_unreach()
|
D | route.c | 1135 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure()
|