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

/linux-master/kernel/bpf/
H A Dverifier.c8059 static bool arg_type_is_dynptr(enum bpf_arg_type type) function
8403 if (arg_type_is_dynptr(arg_type) && type == PTR_TO_STACK)
8463 if (arg_type_is_dynptr(fn->arg_type[i])) {
8630 if (arg_type_is_dynptr(arg_type)) {
10288 if (arg_type_is_dynptr(fn->arg_type[meta.release_regno - BPF_REG_1])) {

Completed in 167 milliseconds