Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dringbuf.c79 struct bpf_ringbuf_map { struct
192 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
233 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
264 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
280 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
313 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
326 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_user()
341 u64 usage = sizeof(struct bpf_ringbuf_map); in ringbuf_map_mem_usage()
465 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
539 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c650 struct bpf_ringbuf_map { struct
660 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument