Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dxfrm6_protocol.c72 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv()
101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv()
130 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
Dtunnel6.c100 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv()
118 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
Dxfrm6_tunnel.c243 case ICMPV6_PORT_UNREACH: in xfrm6_tunnel_err()
Dip6_gre.c445 if (code != ICMPV6_PORT_UNREACH) in ip6gre_err()
620 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
Dudp.c926 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_REJECT.c57 nf_send_unreach6(net, skb, ICMPV6_PORT_UNREACH, in reject_tg6()
/Linux-v5.4/net/netfilter/
Dnft_reject.c105 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMPV6_PORT_UNREACH,
/Linux-v5.4/include/uapi/linux/
Dicmpv6.h124 #define ICMPV6_PORT_UNREACH 4 macro
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_core.c677 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave()
1472 ICMPV6_PORT_UNREACH, in ip_vs_out()