Searched refs:bpf_ringbuf_map (Results 1 – 2 of 2) sorted by relevance
79 struct bpf_ringbuf_map { struct192 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()[all …]
650 struct bpf_ringbuf_map { struct660 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument