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()
279 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
281 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
312 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
314 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_kern()
325 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_user()
327 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_user()
340 u64 usage = sizeof(struct bpf_ringbuf_map); in ringbuf_map_mem_usage()
342 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in ringbuf_map_mem_usage()
350 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
365 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
468 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
473 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
542 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
548 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
571 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()
597 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
612 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
753 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_4()