Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 15 of 15) sorted by relevance
/linux-2.6.39/net/ipv6/ |
D | tunnel6.c | 113 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()
|
D | ipcomp6.c | 63 if (type != ICMPV6_DEST_UNREACH && type != ICMPV6_PKT_TOOBIG) in ipcomp6_err()
|
D | proc.c | 106 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
|
D | xfrm6_tunnel.c | 252 case ICMPV6_DEST_UNREACH: in xfrm6_tunnel_err()
|
D | icmp.c | 730 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 929 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
D | ip6_tunnel.c | 441 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()
|
D | ah6.c | 616 if (type != ICMPV6_DEST_UNREACH && in ah6_err()
|
D | esp6.c | 437 if (type != ICMPV6_DEST_UNREACH && in esp6_err()
|
D | route.c | 963 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()
|
D | ip6_output.c | 495 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
|
D | udp.c | 779 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
/linux-2.6.39/include/linux/ |
D | icmpv6.h | 95 #define ICMPV6_DEST_UNREACH 1 macro
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 179 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in send_unreach()
|
D | ip6t_LOG.c | 338 case ICMPV6_DEST_UNREACH: in dump_packet()
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_core.c | 599 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()
|