Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | xfrm6_protocol.c | 77 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 104 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 131 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
|
D | tunnel6.c | 112 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv() 130 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
|
D | xfrm6_tunnel.c | 253 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
|
D | udp.c | 938 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
D | ip6_gre.c | 576 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip6gre_rcv()
|
/linux-4.4.14/net/netfilter/ |
D | nft_reject.c | 96 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 58 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, par->hooknum); in reject_tg6()
|
/linux-4.4.14/include/uapi/linux/ |
D | icmpv6.h | 117 #define ICMPV6_PORT_UNREACH 4 macro
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_core.c | 642 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1277 ICMPV6_PORT_UNREACH, in ip_vs_out()
|