Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dringbuf.c82 struct bpf_ringbuf_map { argument
197 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
246 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
248 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
277 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
279 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_kern()
293 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
295 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
339 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
341 rb_map = container_of(map, struct bpf_ringbuf_map, ma in ringbuf_map_poll_kern()
81 struct bpf_ringbuf_map { global() struct
83 rbbpf_ringbuf_map global() argument
[all...]
/linux/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