Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | xfrm6_protocol.c | 77 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 104 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 131 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
|
D | tunnel6.c | 112 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv() 130 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
|
D | icmp.c | 655 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach() 867 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 1074 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
D | proc.c | 106 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
|
D | xfrm6_tunnel.c | 247 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
D | ip6_tunnel.c | 479 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() 506 case ICMPV6_DEST_UNREACH: in ip6_tnl_err() 587 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
|
D | ip6_gre.c | 465 case ICMPV6_DEST_UNREACH: in ip6gre_err() 639 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
|
D | udp.c | 861 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
D | route.c | 1977 if (icmph->icmp6_type != ICMPV6_DEST_UNREACH && in ip6_multipath_l3_keys() 2260 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 3717 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
D | ip6_output.c | 517 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
/Linux-v4.19/include/uapi/linux/ |
D | icmpv6.h | 88 #define ICMPV6_DEST_UNREACH 1 macro
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 244 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
D | nf_log_ipv6.c | 255 case ICMPV6_DEST_UNREACH: in dump_ipv6_packet()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 274 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; in nft_reject_br_send_v6_unreach()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_core.c | 654 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1444 ICMPV6_DEST_UNREACH, in ip_vs_out()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4015 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_sock_rcv_skb()
|