Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dringbuf.c385 .arg2_type = ARG_CONST_ALLOC_SIZE_OR_ZERO,
Dverifier.c4288 return type == ARG_CONST_ALLOC_SIZE_OR_ZERO; in arg_type_is_alloc_size()
4406 [ARG_CONST_ALLOC_SIZE_OR_ZERO] = &scalar_types,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h323 ARG_CONST_ALLOC_SIZE_OR_ZERO, /* number of allocated bytes requested */ enumerator