/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | icmp.h | 27 #define ICMP_FRAG_NEEDED 4 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | icmp.h | 45 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | icmp.h | 41 #define ICMP_FRAG_NEEDED 4 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | icmp.h | 41 #define ICMP_FRAG_NEEDED 4 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | icmp.h | 47 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_adjust_tail_kern.c | 97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
|
/kernel/linux/linux-5.10/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 | ip_vti.c | 243 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()
|
H A D | icmp.c | 134 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */ 289 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 890 case ICMP_FRAG_NEEDED: in icmp_unreach() 1233 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_forward.c | 137 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 | ip_vti.c | 243 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()
|
H A D | icmp.c | 134 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */ 281 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 887 case ICMP_FRAG_NEEDED: in icmp_unreach() 1369 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
|
H A D | ipip.c | 172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_adjust_tail_kern.c | 97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 196 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_log_ipv4.c | 190 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | peer_event.c | 159 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb.c | 268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
H A D | test_l4lb_noinline.c | 265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline_dynptr.c | 271 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
H A D | test_l4lb_noinline.c | 265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
H A D | test_l4lb.c | 266 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_interface_core.c | 358 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 484 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
|