Searched refs:ICMP_FRAG_NEEDED (Results 1 – 21 of 21) sorted by relevance
/linux-2.6.39/net/rxrpc/ |
D | ar-error.c | 72 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/ |
D | icmp.h | 43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/linux-2.6.39/net/ipv4/ |
D | xfrm4_output.c | 35 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
D | ip_forward.c | 93 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
|
D | ipcomp.c | 35 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
|
D | icmp.c | 246 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow() 671 case ICMP_FRAG_NEEDED: in icmp_unreach()
|
D | ipip.c | 339 case ICMP_FRAG_NEEDED: in ipip_err() 496 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ipip_tunnel_xmit()
|
D | ah4.c | 404 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
|
D | esp4.c | 492 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
|
D | ip_gre.c | 499 case ICMP_FRAG_NEEDED: in ipgre_err() 801 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipgre_tunnel_xmit()
|
D | raw.c | 243 if (code == ICMP_FRAG_NEEDED) { in raw_err()
|
D | ip_output.c | 458 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
|
D | udp.c | 613 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in __udp4_lib_err()
|
D | tcp_ipv4.c | 409 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
|
/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()
|
/linux-2.6.39/net/ipv6/ |
D | ip6_tunnel.c | 560 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()
|
D | sit.c | 519 case ICMP_FRAG_NEEDED: in ipip6_err()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | ipt_LOG.c | 280 ich->code == ICMP_FRAG_NEEDED) in dump_packet()
|
/linux-2.6.39/net/sctp/ |
D | input.c | 610 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
|
/linux-2.6.39/net/dccp/ |
D | ipv4.c | 265 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
|
/linux-2.6.39/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1376 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
|