Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/net/ipv6/ |
D | tunnel6.c | 113 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv() 131 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
|
D | xfrm6_tunnel.c | 258 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
|
D | udp.c | 782 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
/linux-3.4.99/include/linux/ |
D | icmpv6.h | 125 #define ICMPV6_PORT_UNREACH 4 macro
|
/linux-3.4.99/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 204 send_unreach(net, skb, ICMPV6_PORT_UNREACH, par->hooknum); in reject_tg6()
|
/linux-3.4.99/net/netfilter/ipvs/ |
D | ip_vs_core.c | 598 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1207 ICMPV6_PORT_UNREACH, in ip_vs_out()
|