Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c333 len = round_up(size + BPF_RINGBUF_HDR_SZ, 8); in __bpf_ringbuf_reserve()
367 return (void *)hdr + BPF_RINGBUF_HDR_SZ; in __bpf_ringbuf_reserve()
396 hdr = sample - BPF_RINGBUF_HDR_SZ; in bpf_ringbuf_commit()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dringbuf.c204 len += BPF_RINGBUF_HDR_SZ; in roundup_len()
234 sample = (void *)len_ptr + BPF_RINGBUF_HDR_SZ; in ringbuf_process_ring()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c86 const size_t rec_sz = BPF_RINGBUF_HDR_SZ + sizeof(struct sample); in test_ringbuf()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4046 BPF_RINGBUF_HDR_SZ = 8, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4046 BPF_RINGBUF_HDR_SZ = 8, enumerator