Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
A Dicmp.h47 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux/net/ipv4/
A Dip_forward.c133 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
A Dipcomp.c32 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
A Dip_vti.c243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
352 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
A Dicmp.c288 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
883 case ICMP_FRAG_NEEDED: in icmp_unreach()
1355 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
A Draw.c233 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
263 if (code == ICMP_FRAG_NEEDED) { in raw_err()
A Dipip.c172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
A Dah4.c451 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
A Dip_tunnel_core.c222 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
A Dping.c529 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
A Desp4.c981 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
A Dip_tunnel.c511 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
/linux/samples/bpf/
A Dxdp_adjust_tail_kern.c97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
/linux/net/rxrpc/
A Dpeer_event.c196 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
/linux/net/xfrm/
A Dxfrm_interface.c311 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
433 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
A Dxfrm_output.c768 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
/linux/net/sctp/
A Dinput.c573 if (code == ICMP_FRAG_NEEDED) { in sctp_v4_err_handle()
671 if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED) in sctp_udp_v4_err()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_l4lb_noinline.c265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
A Dtest_l4lb.c266 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
A Dtest_cls_redirect.c733 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
/linux/net/ipv6/
A Dip6_tunnel.c593 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
640 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1389 ICMP_FRAG_NEEDED, htonl(mtu)); in ipxip6_tnl_xmit()
A Dip6_gre.c807 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1066 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
A Dip6_vti.c527 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
/linux/net/netfilter/
A Dnf_log_syslog.c444 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/linux/net/dccp/
A Dipv4.c310 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()

Completed in 46 milliseconds

12