/openbmc/linux/net/ipv6/ |
H A D | xfrm6_protocol.c | 101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_rcv_encap() 120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 178 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 | 707 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach() 975 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 1145 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
H A D | proc.c | 104 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
|
H A D | xfrm6_tunnel.c | 237 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
H A D | ip6_tunnel.c | 468 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() 493 case ICMPV6_DEST_UNREACH: in ip6_tnl_err() 581 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
|
H A D | datagram.c | 299 case ICMPV6_DEST_UNREACH: in ipv6_icmp_error_rfc4884()
|
H A D | ip6_gre.c | 437 case ICMPV6_DEST_UNREACH: in ip6gre_err() 622 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
H A D | udp.c | 1039 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
H A D | ip6_output.c | 632 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
H A D | tcp_ipv6.c | 502 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
|
H A D | route.c | 2791 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 4522 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
/openbmc/linux/include/uapi/linux/ |
H A D | icmpv6.h | 89 #define ICMPV6_DEST_UNREACH 1 macro
|
/openbmc/linux/include/linux/ |
H A D | icmpv6.h | 102 case ICMPV6_DEST_UNREACH: in icmpv6_is_err()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 131 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; in nf_reject_skb_v6_unreach() 404 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | device.c | 229 icmpv6_ndo_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in wg_xmit()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 742 case ICMPV6_DEST_UNREACH: in dump_ipv6_packet()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1450 ICMPV6_DEST_UNREACH, in ip_vs_out_hook()
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 4148 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_sock_rcv_skb()
|