Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dringbuf.c50 struct bpf_ringbuf_map { struct
150 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
197 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
199 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
228 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()
230 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()
256 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()
258 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()
353 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
358 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dmap_ptr_kern.c633 struct bpf_ringbuf_map { struct
643 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument

Completed in 5 milliseconds