Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.10/net/ipv6/ |
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()
|
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()
|
D | icmp.c | 702 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach() 931 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 1134 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
D | proc.c | 102 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
|
D | xfrm6_tunnel.c | 237 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
D | ip6_tunnel.c | 502 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() 527 case ICMPV6_DEST_UNREACH: in ip6_tnl_err() 615 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
|
D | datagram.c | 293 case ICMPV6_DEST_UNREACH: in ipv6_icmp_error_rfc4884()
|
D | ip6_gre.c | 443 case ICMPV6_DEST_UNREACH: in ip6gre_err() 625 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
D | udp.c | 983 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
D | ip6_output.c | 534 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
D | tcp_ipv6.c | 482 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
|
D | route.c | 2669 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 4408 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
/Linux-v5.10/include/linux/ |
D | icmpv6.h | 83 case ICMPV6_DEST_UNREACH: in icmpv6_is_err()
|
/Linux-v5.10/include/uapi/linux/ |
D | icmpv6.h | 89 #define ICMPV6_DEST_UNREACH 1 macro
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 274 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
D | nf_log_ipv6.c | 252 case ICMPV6_DEST_UNREACH: in dump_ipv6_packet()
|
/Linux-v5.10/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 278 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; in nft_reject_br_send_v6_unreach()
|
/Linux-v5.10/drivers/net/wireguard/ |
D | device.c | 209 icmpv6_ndo_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in wg_xmit()
|
/Linux-v5.10/net/netfilter/ipvs/ |
D | ip_vs_core.c | 677 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1465 ICMPV6_DEST_UNREACH, in ip_vs_out()
|
/Linux-v5.10/security/smack/ |
D | smack_lsm.c | 3977 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_sock_rcv_skb()
|