Home
last modified time | relevance | path

Searched refs:bpf_ringbuf_discard (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dtest_ringbuf.c65 bpf_ringbuf_discard(sample, flags); in test_ringbuf()
/linux/kernel/bpf/
A Dringbuf.c411 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument
418 .func = bpf_ringbuf_discard,
/linux/Documentation/bpf/
A Dringbuf.rst88 - ``bpf_ringbuf_reserve()``/``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()``
172 allows ``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()`` to accept only the

Completed in 9 milliseconds