Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h692 enum bpf_arg_type { enum
793 enum bpf_arg_type arg1_type;
794 enum bpf_arg_type arg2_type;
795 enum bpf_arg_type arg3_type;
796 enum bpf_arg_type arg4_type;
797 enum bpf_arg_type arg5_type;
799 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h714 enum bpf_arg_type arg_type);
/openbmc/linux/kernel/bpf/
H A Dverifier.c1163 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
7980 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
7986 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
7991 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
7996 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
8008 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8154 enum bpf_arg_type arg_type, in check_reg_type()
8312 enum bpf_arg_type arg_type) in check_func_arg_reg_off()
8453 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()
11299 enum bpf_arg_type arg_type = ARG_DONTCARE; in check_kfunc_args()
[all …]
H A Dbtf.c6803 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()