Symbol: ICMPV6_DEST_UNREACH
drivers/net/wireguard/device.c
229
icmpv6_ndo_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
include/linux/icmpv6.h
102
case ICMPV6_DEST_UNREACH:
net/ipv4/tcp_ao.c
75
if (type != ICMPV6_DEST_UNREACH)
net/ipv6/datagram.c
301
case ICMPV6_DEST_UNREACH:
net/ipv6/icmp.c
1184
case ICMPV6_DEST_UNREACH:
net/ipv6/icmp.c
1354
case ICMPV6_DEST_UNREACH:
net/ipv6/icmp.c
572
case ICMPV6_DEST_UNREACH:
net/ipv6/icmp.c
910
icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH,
net/ipv6/ip6_gre.c
406
case ICMPV6_DEST_UNREACH:
net/ipv6/ip6_gre.c
594
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/ip6_output.c
631
icmpv6_send(skb, ICMPV6_DEST_UNREACH,
net/ipv6/ip6_tunnel.c
468
u8 rel_type = ICMPV6_DEST_UNREACH;
net/ipv6/ip6_tunnel.c
493
case ICMPV6_DEST_UNREACH:
net/ipv6/ip6_tunnel.c
581
case ICMPV6_DEST_UNREACH:
net/ipv6/netfilter/nf_reject_ipv6.c
130
return *tp == ICMPV6_DEST_UNREACH;
net/ipv6/netfilter/nf_reject_ipv6.c
174
icmp6h->icmp6_type = ICMPV6_DEST_UNREACH;
net/ipv6/netfilter/nf_reject_ipv6.c
446
icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0);
net/ipv6/proc.c
139
CASE(ICMPV6_DEST_UNREACH, "DestUnreachs")
net/ipv6/route.c
2857
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
net/ipv6/route.c
4629
icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0);
net/ipv6/tcp_ipv6.c
507
if (!fastopen && type == ICMPV6_DEST_UNREACH &&
net/ipv6/tunnel6.c
133
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/tunnel6.c
151
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/tunnel6.c
196
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/udp.c
1169
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/xfrm6_protocol.c
101
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/xfrm6_protocol.c
120
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/xfrm6_protocol.c
149
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/xfrm6_protocol.c
178
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/ipv6/xfrm6_tunnel.c
237
case ICMPV6_DEST_UNREACH:
net/netfilter/ipvs/ip_vs_core.c
1446
ICMPV6_DEST_UNREACH,
net/netfilter/ipvs/ip_vs_core.c
664
icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
net/netfilter/nf_log_syslog.c
744
case ICMPV6_DEST_UNREACH:
net/xfrm/xfrm_policy.c
3567
(fl6->fl6_icmp_type == ICMPV6_DEST_UNREACH ||
security/smack/smack_lsm.c
4330
icmpv6_send(skb, ICMPV6_DEST_UNREACH,
tools/testing/selftests/net/icmp_rfc4884.c
290
icmph->icmp6_type = ICMPV6_DEST_UNREACH;
tools/testing/selftests/net/tcp_ao/icmps-accept.c
383
icmp6_interfere(ICMPV6_DEST_UNREACH,
tools/testing/selftests/net/tcp_ao/icmps-accept.c
386
icmp6_interfere(ICMPV6_DEST_UNREACH,
tools/testing/selftests/net/tcp_ao/icmps-discard.c
383
icmp6_interfere(ICMPV6_DEST_UNREACH,
tools/testing/selftests/net/tcp_ao/icmps-discard.c
386
icmp6_interfere(ICMPV6_DEST_UNREACH,