Lines Matching refs:bpf_ringbuf_map
82 struct bpf_ringbuf_map {
197 struct bpf_ringbuf_map *rb_map;
246 struct bpf_ringbuf_map *rb_map;
248 rb_map = container_of(map, struct bpf_ringbuf_map, map);
277 struct bpf_ringbuf_map *rb_map;
279 rb_map = container_of(map, struct bpf_ringbuf_map, map);
293 struct bpf_ringbuf_map *rb_map;
295 rb_map = container_of(map, struct bpf_ringbuf_map, map);
339 struct bpf_ringbuf_map *rb_map;
341 rb_map = container_of(map, struct bpf_ringbuf_map, map);
352 struct bpf_ringbuf_map *rb_map;
354 rb_map = container_of(map, struct bpf_ringbuf_map, map);
367 u64 usage = sizeof(struct bpf_ringbuf_map);
369 rb = container_of(map, struct bpf_ringbuf_map, map)->rb;
377 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
392 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
542 struct bpf_ringbuf_map *rb_map;
547 rb_map = container_of(map, struct bpf_ringbuf_map, map);
616 struct bpf_ringbuf_map *rb_map;
622 rb_map = container_of(map, struct bpf_ringbuf_map, map);
645 rb = container_of(map, struct bpf_ringbuf_map, map)->rb;
673 struct bpf_ringbuf_map *rb_map;
688 rb_map = container_of(map, struct bpf_ringbuf_map, map);
829 rb = container_of(map, struct bpf_ringbuf_map, map)->rb;