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.h711 enum bpf_arg_type { enum
813 enum bpf_arg_type arg1_type;
814 enum bpf_arg_type arg2_type;
815 enum bpf_arg_type arg3_type;
816 enum bpf_arg_type arg4_type;
817 enum bpf_arg_type arg5_type;
819 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h621 enum bpf_arg_type arg_type;
/linux/kernel/bpf/
H A Dverifier.c979 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
8100 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
8106 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8111 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8116 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
8128 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8275 enum bpf_arg_type arg_type, in check_reg_type()
8438 enum bpf_arg_type arg_type) in check_func_arg_reg_off()
8628 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()
11749 enum bpf_arg_type arg_type = ARG_DONTCARE; in check_kfunc_args()
[all …]