Home
last modified time | relevance | path

Searched refs:ICMP_FRAG_NEEDED (Results 1 – 21 of 21) sorted by relevance

/linux-2.6.39/net/rxrpc/
Dar-error.c72 serr->ee.ee_code == ICMP_FRAG_NEEDED in rxrpc_UDP_error_report()
176 case ICMP_FRAG_NEEDED: in rxrpc_UDP_error_handler()
/linux-2.6.39/include/linux/
Dicmp.h43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux-2.6.39/net/ipv4/
Dxfrm4_output.c35 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dip_forward.c93 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
Dipcomp.c35 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
Dicmp.c246 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow()
671 case ICMP_FRAG_NEEDED: in icmp_unreach()
Dipip.c339 case ICMP_FRAG_NEEDED: in ipip_err()
496 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ipip_tunnel_xmit()
Dah4.c404 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
Desp4.c492 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
Dip_gre.c499 case ICMP_FRAG_NEEDED: in ipgre_err()
801 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipgre_tunnel_xmit()
Draw.c243 if (code == ICMP_FRAG_NEEDED) { in raw_err()
Dip_output.c458 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
Dudp.c613 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in __udp4_lib_err()
Dtcp_ipv4.c409 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
/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()
/linux-2.6.39/net/ipv6/
Dip6_tunnel.c560 rel_code = ICMP_FRAG_NEEDED; 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()
Dsit.c519 case ICMP_FRAG_NEEDED: in ipip6_err()
/linux-2.6.39/net/ipv4/netfilter/
Dipt_LOG.c280 ich->code == ICMP_FRAG_NEEDED) in dump_packet()
/linux-2.6.39/net/sctp/
Dinput.c610 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
/linux-2.6.39/net/dccp/
Dipv4.c265 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1376 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()