Home
last modified time | relevance | path

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

/kernel/bpf/
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 …]