Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dxfrm6_protocol.c101 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 Dtunnel6.c133 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 Dxfrm6_tunnel.c243 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
H A Dip6_gre.c440 if (code != ICMPV6_PORT_UNREACH) in ip6gre_err()
623 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
H A Dudp.c1033 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c57 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, in reject_tg6()
/linux/net/netfilter/
H A Dnft_reject.c116 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
/linux/include/uapi/linux/
H A Dicmpv6.h126 #define ICMPV6_PORT_UNREACH 4 macro
/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c387 ICMPV6_PORT_UNREACH, in icmp_interfere()
H A Dicmps-discard.c387 ICMPV6_PORT_UNREACH, in icmp_interfere()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c665 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 Dtcp_ao.c76 if (code != ICMPV6_ADM_PROHIBITED && code != ICMPV6_PORT_UNREACH) in tcp_ao_ignore_icmp()