Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dringbuf.c76 struct bpf_ringbuf_map { struct
188 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
229 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
231 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
260 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
262 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_kern()
278 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
280 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
313 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
315 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_kern()
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/progs/
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