Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c477 type & MEM_RINGBUF ? "ringbuf_" : "", in reg_type_str()
H A Dverifier.c8730 PTR_TO_MEM | MEM_RINGBUF,
8746 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
9012 case PTR_TO_MEM | MEM_RINGBUF: in check_func_arg_reg_off()
/linux/include/linux/
H A Dbpf.h639 MEM_RINGBUF = BIT(2 + BPF_BASE_TYPE_BITS), enumerator
826 RET_PTR_TO_RINGBUF_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_RINGBUF | RET_PTR_TO_MEM,