Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 12 of 12) sorted by relevance
/linux/net/ipv6/ |
H 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()
|
H 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()
|
H A D | xfrm6_tunnel.c | 243 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
|
H A D | ip6_gre.c | 440 if (code != ICMPV6_PORT_UNREACH) in ip6gre_err() 623 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
H A D | udp.c | 1167 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6t_REJECT.c | 57 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, in reject_tg6()
|
/linux/net/netfilter/ |
H A D | nft_reject.c | 116 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
|
/linux/include/uapi/linux/ |
H A D | icmpv6.h | 126 #define ICMPV6_PORT_UNREACH 4 macro
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | icmps-accept.c | 387 ICMPV6_PORT_UNREACH, in icmp_interfere()
|
H A D | icmps-discard.c | 387 ICMPV6_PORT_UNREACH, in icmp_interfere()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1451 ICMPV6_PORT_UNREACH, in ip_vs_out_hook()
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 76 if (code != ICMPV6_ADM_PROHIBITED && code != ICMPV6_PORT_UNREACH) in tcp_ao_ignore_icmp()
|