Searched refs:bpf_arg_type (Results 1 – 4 of 4) sorted by relevance
591 enum bpf_arg_type arg_type);600 enum bpf_arg_type arg_type);
474 enum bpf_arg_type { enum574 enum bpf_arg_type arg1_type;575 enum bpf_arg_type arg2_type;576 enum bpf_arg_type arg3_type;577 enum bpf_arg_type arg4_type;578 enum bpf_arg_type arg5_type;580 enum bpf_arg_type arg_type[5];
683 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()701 enum bpf_arg_type arg_type, int insn_idx) in mark_stack_slots_dynptr()807 enum bpf_arg_type arg_type) in is_dynptr_type_expected()5598 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()5604 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()5609 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()5614 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()5626 enum bpf_arg_type *arg_type) in resolve_map_arg_type()5763 enum bpf_arg_type arg_type, in check_reg_type()5852 enum bpf_arg_type arg_type) in check_func_arg_reg_off()[all …]
6286 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()