Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h725 enum bpf_arg_type { enum
831 enum bpf_arg_type arg1_type;
832 enum bpf_arg_type arg2_type;
833 enum bpf_arg_type arg3_type;
834 enum bpf_arg_type arg4_type;
835 enum bpf_arg_type arg5_type;
837 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h645 enum bpf_arg_type arg_type;
/linux/kernel/bpf/
H A Dverifier.c976 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
8276 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
8282 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
8288 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8293 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8300 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8440 enum bpf_arg_type arg_type, in check_reg_type()
8605 enum bpf_arg_type arg_type) in check_func_arg_reg_off()
8795 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()
11942 enum bpf_arg_type arg_type = ARG_DONTCARE; in check_kfunc_args()
[all …]