Home
last modified time | relevance | path

Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/ipv6/
Dxfrm6_protocol.c77 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()
Dtunnel6.c112 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()
Dxfrm6_tunnel.c253 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
Dudp.c938 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
Dip6_gre.c576 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip6gre_rcv()
/linux-4.4.14/net/netfilter/
Dnft_reject.c96 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_REJECT.c58 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, par->hooknum); in reject_tg6()
/linux-4.4.14/include/uapi/linux/
Dicmpv6.h117 #define ICMPV6_PORT_UNREACH 4 macro
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_core.c642 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave()
1277 ICMPV6_PORT_UNREACH, in ip_vs_out()