Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dringbuf.c657 static int __bpf_user_ringbuf_peek(struct bpf_ringbuf *rb, void **sample, u32 *size) in __bpf_user_ringbuf_peek() function
750 err = __bpf_user_ringbuf_peek(rb, &sample, &size); in BPF_CALL_4()