| /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 D | icmp.h | 44 #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 D | icmp.h | 44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | icmp.h | 45 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_forward.c | 133 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
|
| H A D | ipcomp.c | 32 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
|
| H A D | icmp.c | 289 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 D | ip_vti.c | 241 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 D | raw.c | 233 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 263 if (code == ICMP_FRAG_NEEDED) { in raw_err()
|
| H A D | ipip.c | 172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
| H A D | ah4.c | 451 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
|
| H A D | ip_tunnel_core.c | 222 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_adjust_tail_kern.c | 97 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 D | ip_icmp.h | 68 #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 D | ip_icmp.h | 68 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_log_ipv4.c | 190 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | peer_event.c | 196 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_interface.c | 313 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 D | xfrm_output.c | 650 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_l4lb_noinline.c | 265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
| H A D | test_l4lb.c | 268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
| H A D | test_cls_redirect.c | 726 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_tunnel.c | 624 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 D | ip6_gre.c | 812 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 D | ipv4.c | 305 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | input.c | 614 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
|