Searched refs:bpf_ringbuf_map (Results 1 – 2 of 2) sorted by relevance
50 struct bpf_ringbuf_map { struct154 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()178 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()216 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()218 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()247 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()249 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()275 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()277 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()372 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()[all …]
639 struct bpf_ringbuf_map { struct650 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument