Searched refs:bpf_arg_type (Results 1 – 4 of 4) sorted by relevance
690 enum bpf_arg_type { enum791 enum bpf_arg_type arg1_type;792 enum bpf_arg_type arg2_type;793 enum bpf_arg_type arg3_type;794 enum bpf_arg_type arg4_type;795 enum bpf_arg_type arg5_type;797 enum bpf_arg_type arg_type[5];
714 enum bpf_arg_type arg_type);
829 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()895 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr()1163 enum bpf_arg_type arg_type) in is_dynptr_type_expected()7579 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()7960 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()7966 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()7971 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()7976 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()7988 enum bpf_arg_type *arg_type) in resolve_map_arg_type()8134 enum bpf_arg_type arg_type, in check_reg_type()[all …]
6803 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()