Home
last modified time | relevance | path

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

/linux-4.1.27/net/rxrpc/
Dar-error.c77 serr->ee.ee_code == ICMP_FRAG_NEEDED in rxrpc_UDP_error_report()
165 case ICMP_FRAG_NEEDED: in rxrpc_UDP_error_handler()
/linux-4.1.27/include/uapi/linux/
Dicmp.h43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux-4.1.27/net/ipv4/
Dxfrm4_output.c37 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dip_forward.c119 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
Dipcomp.c36 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
Dicmp.c298 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow()
780 case ICMP_FRAG_NEEDED: in icmp_unreach()
1058 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
Dgre_demux.c228 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_cisco_err()
Dipip.c150 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
Draw.c231 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
263 if (code == ICMP_FRAG_NEEDED) { in raw_err()
Dip_vti.c285 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
Dah4.c440 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
Desp4.c488 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
Dtcp_ipv4.c396 if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)) in tcp_v4_err()
432 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
Dping.c547 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
Dip_tunnel.c610 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
Dip_output.c515 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
Dudp.c657 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in __udp4_lib_err()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_log_ipv4.c193 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/linux-4.1.27/net/ipv6/
Dip6_tunnel.c600 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
657 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1149 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()
Dip6_vti.c479 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
Dip6_gre.c804 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
Dsit.c561 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip6_err()
/linux-4.1.27/net/sctp/
Dinput.c608 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
/linux-4.1.27/net/dccp/
Dipv4.c304 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_xmit.c246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
Dip_vs_core.c1446 ic->code == ICMP_FRAG_NEEDED) { in ip_vs_in_icmp()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1394 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunvnet.c1294 ICMP_FRAG_NEEDED, in vnet_start_xmit()