Home
last modified time | relevance | path

Searched refs:BPF_RB_AVAIL_DATA (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c30 sz = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in get_flags()
H A Dtest_ringbuf.c71 avail_data = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in test_ringbuf()
/linux-6.15/kernel/bpf/
H A Dringbuf.c571 case BPF_RB_AVAIL_DATA: in BPF_CALL_2()
/linux-6.15/Documentation/bpf/
H A Dringbuf.rst125 - ``BPF_RB_AVAIL_DATA`` returns amount of unconsumed data in ring buffer;
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6176 BPF_RB_AVAIL_DATA = 0, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h6176 BPF_RB_AVAIL_DATA = 0, enumerator