Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf.h760 enum bpf_arg_type { enum
866 enum bpf_arg_type arg1_type;
867 enum bpf_arg_type arg2_type;
868 enum bpf_arg_type arg3_type;
869 enum bpf_arg_type arg4_type;
870 enum bpf_arg_type arg5_type;
872 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h652 enum bpf_arg_type arg_type;
/linux-6.15/kernel/bpf/
H A Dverifier.c992 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
8939 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
8945 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
8951 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8956 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8963 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
9103 enum bpf_arg_type arg_type, in check_reg_type()
9268 enum bpf_arg_type arg_type) in check_func_arg_reg_off()
9521 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()
12899 enum bpf_arg_type arg_type = ARG_DONTCARE; in check_kfunc_args()
[all …]