Home
last modified time | relevance | path

Searched defs:bpf_ringbuf_map (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/kernel/bpf/
Dringbuf.c49 struct bpf_ringbuf_map { struct
50 struct bpf_map map;
51 struct bpf_map_memory memory;
52 struct bpf_ringbuf *rb;
/linux-5.10/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c639 struct bpf_ringbuf_map { struct
650 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() argument