Home
last modified time | relevance | path

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

/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 Dip6_output.c655 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
H A Dtcp_ipv6.c524 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
H A Droute.c2865 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure()
4642 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
/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/ipvs/
H A Dip_vs_core.c843 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave()
1625 ICMPV6_DEST_UNREACH, in ip_vs_out_hook()
/linux/net/ipv4/
H A Dtcp_ao.c75 if (type != ICMPV6_DEST_UNREACH) in tcp_ao_ignore_icmp()
/linux/security/smack/
H A Dsmack_lsm.c4328 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_sock_rcv_skb()
/linux/net/xfrm/
H A Dxfrm_policy.c3567 (fl6->fl6_icmp_type == ICMPV6_DEST_UNREACH || in icmp_err_packet()