Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/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 | xfrm6_tunnel.c | 247 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
D | proc.c | 113 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
|
D | icmp.c | 754 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 961 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
D | ip6_tunnel.c | 545 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() 571 case ICMPV6_DEST_UNREACH: in ip6_tnl_err() 649 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
|
D | ip6_gre.c | 406 case ICMPV6_DEST_UNREACH: in ip6gre_err() 576 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip6gre_rcv()
|
D | udp.c | 938 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
D | ip6_output.c | 495 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
D | sit.c | 508 icmpv6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ipip6_err_gen_icmpv6_unreach()
|
D | route.c | 1312 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 2462 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
/linux-4.4.14/include/uapi/linux/ |
D | icmpv6.h | 87 #define ICMPV6_DEST_UNREACH 1 macro
|
/linux-4.4.14/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-4.4.14/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 239 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH; in nft_reject_br_send_v6_unreach()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_core.c | 642 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1276 ICMPV6_DEST_UNREACH, in ip_vs_out()
|