Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Dicmp.h43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux-4.4.14/net/ipv4/
Dxfrm4_output.c39 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dip_forward.c125 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.c299 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow()
804 case ICMP_FRAG_NEEDED: in icmp_unreach()
1082 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_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.c442 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
Desp4.c521 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
Dtcp_ipv4.c399 if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)) in tcp_v4_err()
435 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
Dip_tunnel.c621 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
Dip_gre.c351 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_err()
Dping.c548 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
Dip_output.c506 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
Dudp.c660 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in __udp4_lib_err()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_log_ipv4.c193 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c659 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
716 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1207 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.c801 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.4.14/net/sctp/
Dinput.c608 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
/linux-4.4.14/net/dccp/
Dipv4.c302 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
Dip_vs_core.c1503 ic->code == ICMP_FRAG_NEEDED) { in ip_vs_in_icmp()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1390 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1294 ICMP_FRAG_NEEDED, in vnet_start_xmit()