Searched refs:scalar_types (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c8164 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } }; variable in typeref:struct:bpf_reg_types
8197 [ARG_CONST_SIZE] = &scalar_types,
8198 [ARG_CONST_SIZE_OR_ZERO] = &scalar_types,
8199 [ARG_CONST_ALLOC_SIZE_OR_ZERO] = &scalar_types,

Completed in 156 milliseconds