Home
last modified time | relevance | path

Searched refs:iph_len (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
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_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_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_xdp_noinline.c606 __u64 iph_len; in process_l3_headers_v6() local
614 iph_len = sizeof(struct ipv6hdr); in process_l3_headers_v6()
618 off += iph_len; in process_l3_headers_v6()
/linux-6.15/net/core/
H A Dfilter.c7433 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
7452 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
7471 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
7506 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
7525 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
7541 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()