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

/linux-master/net/ipv6/
H A Dxfrm6_protocol.c101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
178 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dtunnel6.c133 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
196 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dxfrm6_tunnel.c243 case ICMPV6_PORT_UNREACH:
H A Dip6_gre.c440 if (code != ICMPV6_PORT_UNREACH)
622 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dudp.c1024 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
/linux-master/net/ipv6/netfilter/
H A Dip6t_REJECT.c57 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH,
/linux-master/include/uapi/linux/
H A Dicmpv6.h125 #define ICMPV6_PORT_UNREACH 4 macro
/linux-master/net/netfilter/
H A Dnft_reject.c117 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c387 ICMPV6_PORT_UNREACH,
H A Dicmps-discard.c387 ICMPV6_PORT_UNREACH,
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
1451 ICMPV6_PORT_UNREACH,
/linux-master/net/ipv4/
H A Dtcp_ao.c75 if (code != ICMPV6_ADM_PROHIBITED && code != ICMPV6_PORT_UNREACH)

Completed in 147 milliseconds