Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dringbuf.c84 struct bpf_ringbuf_map { struct
185 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
232 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
234 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
263 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
265 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_kern()
281 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
283 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
316 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
318 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_kern()
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c645 struct bpf_ringbuf_map { struct
655 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument