Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | xfrm6_protocol.c | 101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_rcv_encap() 120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 178 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
|
A D | tunnel6.c | 133 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnelmpls6_rcv() 151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv() 196 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
|
A D | xfrm6_tunnel.c | 243 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
|
A D | ip6_gre.c | 440 if (code != ICMPV6_PORT_UNREACH) in ip6gre_err() 619 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
A D | udp.c | 1035 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6t_REJECT.c | 57 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, in reject_tg6()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_reject.c | 117 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | icmpv6.h | 125 #define ICMPV6_PORT_UNREACH 4 macro
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_core.c | 665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1457 ICMPV6_PORT_UNREACH, in ip_vs_out_hook()
|
Completed in 19 milliseconds