Home
last modified time | relevance | path

Searched refs:RINGBUF_CREATE_FLAG_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dringbuf.c15 #define RINGBUF_CREATE_FLAG_MASK (BPF_F_NUMA_NODE) macro
190 if (attr->map_flags & ~RINGBUF_CREATE_FLAG_MASK) in ringbuf_map_alloc()