Home
last modified time | relevance | path

Searched refs:ICMP_DEST_UNREACH (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.6.39/net/ipv4/
Dip_forward.c93 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()
Dtunnel4.c101 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()
Dxfrm4_output.c35 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dipcomp.c34 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in ipcomp4_err()
Dicmp.c246 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] = {
Dip_input.c236 icmp_send(skb, ICMP_DEST_UNREACH, in ip_local_deliver_finish()
Dipip.c333 case ICMP_DEST_UNREACH: in ipip_err()
496 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ipip_tunnel_xmit()
Dip_gre.c493 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()
Dproc.c134 { "DestUnreachs", ICMP_DEST_UNREACH },
Dah4.c403 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in ah4_err()
Dcipso_ipv4.c1787 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()
Desp4.c491 if (icmp_hdr(skb)->type != ICMP_DEST_UNREACH || in esp4_err()
/linux-2.6.39/net/rxrpc/
Dar-error.c71 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/
Dicmp.h23 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
/linux-2.6.39/net/ipv4/netfilter/
Dipt_LOG.c206 [ICMP_DEST_UNREACH] in dump_packet()
267 case ICMP_DEST_UNREACH: in dump_packet()
279 if (ich->type == ICMP_DEST_UNREACH && in dump_packet()
Dipt_REJECT.c136 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in send_unreach()
Dnf_conntrack_proto_icmp.c207 if (icmph->type != ICMP_DEST_UNREACH && in icmp_error()
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_xmit.c397 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()
Dip_vs_core.c602 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/
Dip6_tunnel.c553 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/
Dxt_socket.c66 case ICMP_DEST_UNREACH: in extract_icmp4_fields()
/linux-2.6.39/net/sched/
Dact_nat.c214 if ((icmph->type != ICMP_DEST_UNREACH) && in tcf_nat()
/linux-2.6.39/Documentation/networking/
Dipvs-sysctl.txt119 It controls sending icmp error messages (ICMP_DEST_UNREACH)
/linux-2.6.39/net/sctp/
Dinput.c605 case ICMP_DEST_UNREACH: in sctp_v4_err()
/linux-2.6.39/net/dccp/
Dipv4.c261 case ICMP_DEST_UNREACH: in dccp_v4_err()

12