/linux-2.6.39/net/ipv4/ |
D | ip_forward.c | 93 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward() 122 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
|
D | tunnel4.c | 101 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 120 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv()
|
D | xfrm4_output.c | 35 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
D | ipcomp.c | 34 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in ipcomp4_err()
|
D | icmp.c | 246 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow() 664 if (icmph->type == ICMP_DEST_UNREACH) { in icmp_unreach() 1057 [ICMP_DEST_UNREACH] = {
|
D | ip_input.c | 236 icmp_send(skb, ICMP_DEST_UNREACH, in ip_local_deliver_finish()
|
D | ipip.c | 333 case ICMP_DEST_UNREACH: in ipip_err() 496 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ipip_tunnel_xmit()
|
D | ip_gre.c | 493 case ICMP_DEST_UNREACH: in ipgre_err() 687 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ipgre_rcv() 801 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipgre_tunnel_xmit()
|
D | proc.c | 134 { "DestUnreachs", ICMP_DEST_UNREACH },
|
D | ah4.c | 403 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in ah4_err()
|
D | cipso_ipv4.c | 1787 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_ANO, 0); in cipso_v4_error() 1789 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_ANO, 0); in cipso_v4_error()
|
D | esp4.c | 491 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in esp4_err()
|
/linux-2.6.39/net/rxrpc/ |
D | ar-error.c | 71 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_UDP_error_report() 162 case ICMP_DEST_UNREACH: in rxrpc_UDP_error_handler()
|
/linux-2.6.39/include/linux/ |
D | icmp.h | 23 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | ipt_LOG.c | 206 [ICMP_DEST_UNREACH] in dump_packet() 267 case ICMP_DEST_UNREACH: in dump_packet() 279 if (ich->type == ICMP_DEST_UNREACH && in dump_packet()
|
D | ipt_REJECT.c | 136 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in send_unreach()
|
D | nf_conntrack_proto_icmp.c | 207 if (icmph->type != ICMP_DEST_UNREACH && in icmp_error()
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 397 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_bypass_xmit() 553 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_nat_xmit() 785 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_tunnel_xmit() 1006 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_dr_xmit() 1177 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_icmp_xmit()
|
D | ip_vs_core.c | 602 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 877 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp() 1214 ICMP_DEST_UNREACH, in ip_vs_out() 1335 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp()
|
/linux-2.6.39/net/ipv6/ |
D | ip6_tunnel.c | 553 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 559 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 614 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 1035 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()
|
/linux-2.6.39/net/netfilter/ |
D | xt_socket.c | 66 case ICMP_DEST_UNREACH: in extract_icmp4_fields()
|
/linux-2.6.39/net/sched/ |
D | act_nat.c | 214 if ((icmph->type != ICMP_DEST_UNREACH) && in tcf_nat()
|
/linux-2.6.39/Documentation/networking/ |
D | ipvs-sysctl.txt | 119 It controls sending icmp error messages (ICMP_DEST_UNREACH)
|
/linux-2.6.39/net/sctp/ |
D | input.c | 605 case ICMP_DEST_UNREACH: in sctp_v4_err()
|
/linux-2.6.39/net/dccp/ |
D | ipv4.c | 261 case ICMP_DEST_UNREACH: in dccp_v4_err()
|