Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dicmp.h44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dicmp.h44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dicmp.h45 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_forward.c133 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 Dicmp.c289 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
885 case ICMP_FRAG_NEEDED: in icmp_unreach()
1228 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
H A Dip_vti.c241 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
350 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
H A Draw.c233 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
263 if (code == ICMP_FRAG_NEEDED) { in raw_err()
H A Dipip.c172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
H A Dah4.c451 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
H A Dip_tunnel_core.c222 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_adjust_tail_kern.c97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dip_icmp.h68 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dip_icmp.h68 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_log_ipv4.c190 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dpeer_event.c196 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_interface.c313 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
440 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
H A Dxfrm_output.c650 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
H A Dtest_l4lb.c268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
H A Dtest_cls_redirect.c726 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_tunnel.c624 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
671 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1419 ICMP_FRAG_NEEDED, htonl(mtu)); in ipxip6_tnl_xmit()
H A Dip6_gre.c812 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1077 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c305 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c614 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()

12