Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
H A Dicmp.h47 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux/net/ipv4/
H A Dip_forward.c137 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
H A Dipcomp.c32 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
H A Dip_vti.c246 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
358 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
H A Dicmp.c139 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */
281 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
1096 case ICMP_FRAG_NEEDED: in icmp_build_probe()
1586 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
H A Dipip.c175 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
H A Dah4.c448 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
H A Dping.c547 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
H A Dip_tunnel_core.c228 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c204 if (code == ICMP_FRAG_NEEDED) { in icmp_interfere4()
379 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in icmp_interfere()
H A Dicmps-discard.c204 if (code == ICMP_FRAG_NEEDED) { in icmp_interfere4()
379 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in icmp_interfere()
/linux/net/rxrpc/
H A Dpeer_event.c165 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
/linux/net/sctp/
H A Dinput.c562 if (code == ICMP_FRAG_NEEDED) { in sctp_v4_err_handle()
660 if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED) in sctp_udp_v4_err()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
H A Dtest_l4lb.c266 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
H A Dtest_l4lb_noinline_dynptr.c271 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
H A Dtest_cls_redirect.c734 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
H A Dtest_cls_redirect_dynptr.c627 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
/linux/net/xfrm/
H A Dxfrm_interface_core.c495 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
616 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
H A Dxfrm_output.c854 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
/linux/net/ipv6/
H A Dip6_tunnel.c591 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
640 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1408 ICMP_FRAG_NEEDED, htonl(mtu)); in ipxip6_tnl_xmit()
H A Dip6_gre.c815 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1070 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
H A Dip6_vti.c521 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
/linux/net/dccp/
H A Dipv4.c
/linux/net/netfilter/
H A Dnf_log_syslog.c452 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()

12