Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/
Dtunnel6.c113 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv()
131 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
Dipcomp6.c63 if (type != ICMPV6_DEST_UNREACH && type != ICMPV6_PKT_TOOBIG) in ipcomp6_err()
Dproc.c106 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
Dxfrm6_tunnel.c252 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
Dicmp.c730 case ICMPV6_DEST_UNREACH: in icmpv6_rcv()
929 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
Dip6_tunnel.c441 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err()
465 case ICMPV6_DEST_UNREACH: in ip6_tnl_err()
550 case ICMPV6_DEST_UNREACH: in ip4ip6_err()
Dah6.c616 if (type != ICMPV6_DEST_UNREACH && in ah6_err()
Desp6.c437 if (type != ICMPV6_DEST_UNREACH && in esp6_err()
Droute.c963 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure()
1964 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
Dip6_output.c495 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
Dudp.c779 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
/linux-2.6.39/include/linux/
Dicmpv6.h95 #define ICMPV6_DEST_UNREACH 1 macro
/linux-2.6.39/net/ipv6/netfilter/
Dip6t_REJECT.c179 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in send_unreach()
Dip6t_LOG.c338 case ICMPV6_DEST_UNREACH: in dump_packet()
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_core.c599 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave()
954 if ((ic->icmp6_type != ICMPV6_DEST_UNREACH) && in ip_vs_out_icmp_v6()
1208 ICMPV6_DEST_UNREACH, in ip_vs_out()
1442 if ((ic->icmp6_type != ICMPV6_DEST_UNREACH) && in ip_vs_in_icmp_v6()