Lines Matching refs:bpf_ringbuf_map

79 struct bpf_ringbuf_map {  struct
192 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
233 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
235 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
264 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
266 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_kern()
280 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
282 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
313 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
315 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_kern()
326 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_user()
328 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_user()
341 u64 usage = sizeof(struct bpf_ringbuf_map); in ringbuf_map_mem_usage()
343 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in ringbuf_map_mem_usage()
351 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
366 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
465 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
470 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
539 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
545 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
568 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()
594 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
609 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
750 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_4()