Lines Matching refs:bpf_ringbuf_map

78 struct bpf_ringbuf_map {  struct
191 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()
344 u64 usage = sizeof(struct bpf_ringbuf_map); in ringbuf_map_mem_usage()
346 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in ringbuf_map_mem_usage()
354 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
369 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
472 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
477 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
546 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
552 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
575 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()
601 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
616 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
757 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_4()