| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | icmp_send_kfunc.c | 13 #define ICMPV6_DEST_UNREACH 1 macro 53 ICMPV6_DEST_UNREACH; in read_icmp_errqueue() 131 ICMPV6_DEST_UNREACH; in trigger_prog_read_icmp_errqueue() 198 skel->bss->unreach_type = ICMPV6_DEST_UNREACH; in run_icmp_no_route_test()
|
| /linux/net/ipv6/ |
| H A D | xfrm6_protocol.c | 103 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_rcv_encap() 122 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 180 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 | icmp.c | 572 case ICMPV6_DEST_UNREACH: in icmp6_ext_append() 910 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach() 1181 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 1346 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
| H A D | xfrm6_tunnel.c | 237 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
| H A D | ip6_tunnel.c | 475 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() 500 case ICMPV6_DEST_UNREACH: in ip6_tnl_err() 588 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
|
| H A D | ip6_gre.c | 406 case ICMPV6_DEST_UNREACH: in ip6gre_err() 594 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
| H A D | datagram.c | 301 case ICMPV6_DEST_UNREACH: in ipv6_icmp_error_rfc4884()
|
| H A D | udp.c | 1174 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in udpv6_rcv()
|
| H A D | ip6_output.c | 657 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
| H A D | tcp_ipv6.c | 532 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
|
| H A D | route.c | 2869 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 4659 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_reject_ipv6.c | 131 return *tp == ICMPV6_DEST_UNREACH; in nf_skb_is_icmp6_unreach() 175 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; in nf_reject_skb_v6_unreach() 450 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
| /linux/include/uapi/linux/ |
| H A D | icmpv6.h | 89 #define ICMPV6_DEST_UNREACH 1 macro
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | icmps-accept.c | 383 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere() 386 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
|
| H A D | icmps-discard.c | 383 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere() 386 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
|
| /linux/net/netfilter/ |
| H A D | nf_log_syslog.c | 755 case ICMPV6_DEST_UNREACH: in dump_ipv6_packet()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 842 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1628 ICMPV6_DEST_UNREACH, in ip_vs_out_hook()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 178 if (type != ICMPV6_DEST_UNREACH) in tcp_ao_ignore_icmp()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 4354 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_getpeersec_stream()
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 3571 (fl6->fl6_icmp_type == ICMPV6_DEST_UNREACH || in icmp_err_packet()
|
| /linux/net/core/ |
| H A D | filter.c | 12772 if (type != ICMPV6_DEST_UNREACH) in bpf_icmp_send()
|