Home
last modified time | relevance | path

Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 22 of 22) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dicmp_send_kfunc.c13 #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 Dxfrm6_protocol.c103 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 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 Dicmp.c572 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 Dxfrm6_tunnel.c237 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
H A Dip6_tunnel.c475 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 Dip6_gre.c406 case ICMPV6_DEST_UNREACH: in ip6gre_err()
594 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
H A Ddatagram.c301 case ICMPV6_DEST_UNREACH: in ipv6_icmp_error_rfc4884()
H A Dudp.c1174 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in udpv6_rcv()
H A Dip6_output.c657 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
H A Dtcp_ipv6.c532 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
H A Droute.c2869 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 Dnf_reject_ipv6.c131 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 Dicmpv6.h89 #define ICMPV6_DEST_UNREACH 1 macro
/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c383 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
386 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
H A Dicmps-discard.c383 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
386 icmp6_interfere(ICMPV6_DEST_UNREACH, in icmp_interfere()
/linux/net/netfilter/
H A Dnf_log_syslog.c755 case ICMPV6_DEST_UNREACH: in dump_ipv6_packet()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c842 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 Dtcp_ao.c178 if (type != ICMPV6_DEST_UNREACH) in tcp_ao_ignore_icmp()
/linux/security/smack/
H A Dsmack_lsm.c4354 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_getpeersec_stream()
/linux/net/xfrm/
H A Dxfrm_policy.c3571 (fl6->fl6_icmp_type == ICMPV6_DEST_UNREACH || in icmp_err_packet()
/linux/net/core/
H A Dfilter.c12772 if (type != ICMPV6_DEST_UNREACH) in bpf_icmp_send()