Home
last modified time | relevance | path

Searched refs:iph_len (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c634 __u64 iph_len; in process_l3_headers_v6() local
640 iph_len = sizeof(struct ipv6hdr); in process_l3_headers_v6()
644 off += iph_len; in process_l3_headers_v6()
665 __u64 iph_len; in process_l3_headers_v4() local
707 __u64 iph_len; in process_packet() local
H A Dtest_l4lb.c342 __u64 iph_len; in process_packet() local
354 iph_len = sizeof(struct ipv6hdr); in process_packet()
358 off += iph_len; in process_packet()
H A Dtest_l4lb_noinline.c339 __u64 iph_len; in process_packet() local
351 iph_len = sizeof(struct ipv6hdr); in process_packet()
355 off += iph_len; in process_packet()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline_dynptr.c344 __u64 iph_len; in process_packet() local
358 iph_len = sizeof(struct ipv6hdr); in process_packet()
362 off += iph_len; in process_packet()
H A Dtest_l4lb_noinline.c339 __u64 iph_len; in process_packet() local
351 iph_len = sizeof(struct ipv6hdr); in process_packet()
355 off += iph_len; in process_packet()
H A Dtest_l4lb.c340 __u64 iph_len; in process_packet() local
352 iph_len = sizeof(struct ipv6hdr); in process_packet()
356 off += iph_len; in process_packet()
H A Dtest_xdp_noinline.c594 __u64 iph_len; in process_l3_headers_v6() local
600 iph_len = sizeof(struct ipv6hdr); in process_l3_headers_v6()
604 off += iph_len; in process_l3_headers_v6()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c6592 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5()
6612 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
6633 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
6668 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5()
6687 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
6703 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7264 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5()
7284 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
7305 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
7340 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5()
7359 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
7375 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()

Completed in 29 milliseconds