Searched refs:bpf_ringbuf_discard (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_ringbuf_write.c | 35 bpf_ringbuf_discard(sample1, 0); in test_ringbuf_write() 43 bpf_ringbuf_discard(sample1, 0); in test_ringbuf_write() 44 bpf_ringbuf_discard(sample2, 0); in test_ringbuf_write()
|
| H A D | test_ringbuf.c | 65 bpf_ringbuf_discard(sample, flags); in test_ringbuf()
|
| H A D | user_ringbuf_success.c | 139 bpf_ringbuf_discard(msg, 0); in publish_next_kern_msg()
|
| H A D | verifier_ref_tracking.c | 1488 __imm(bpf_ringbuf_discard), in to_leak_released_ptr_reg()
|
| /linux-6.15/kernel/bpf/ |
| H A D | ringbuf.c | 523 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument 530 .func = bpf_ringbuf_discard,
|
| /linux-6.15/Documentation/bpf/ |
| H A D | ringbuf.rst | 88 - ``bpf_ringbuf_reserve()``/``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()`` 172 allows ``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()`` to accept only the
|