Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dringbuf.c50 struct bpf_ringbuf_map { struct
154 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
178 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()
216 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
218 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
247 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()
249 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()
275 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()
277 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 …]
/kernel/linux/linux-5.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