Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dringbuf.c49 struct bpf_ringbuf_map { struct
152 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
176 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()
214 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
216 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
253 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()
256 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()
278 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()
280 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()
372 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c639 struct bpf_ringbuf_map { struct
650 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument