Searched refs:bpf_ringbuf_map (Results 1 – 2 of 2) sorted by relevance
49 struct bpf_ringbuf_map { struct152 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()176 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()214 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()216 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()253 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()256 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()278 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()280 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