Searched refs:bpf_ringbuf_map (Results 1 – 1 of 1) sorted by relevance
50 struct bpf_ringbuf_map { struct150 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()197 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()199 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()228 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()230 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()256 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()258 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()353 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()358 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()[all …]