Lines Matching refs:bpf_ringbuf_map

84 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()
329 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_user()
331 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_user()
339 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
353 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
439 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
444 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
513 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
519 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
542 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()
568 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
583 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
724 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_4()