Searched defs:bpf_ringbuf_map (Results 1 – 2 of 2) sorted by relevance
49 struct bpf_ringbuf_map { struct50 struct bpf_map map;51 struct bpf_map_memory memory;52 struct bpf_ringbuf *rb;
639 struct bpf_ringbuf_map { struct650 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument