Searched refs:bpf_arg_type (Results 1 – 2 of 2) sorted by relevance
291 enum bpf_arg_type { enum381 enum bpf_arg_type arg1_type;382 enum bpf_arg_type arg2_type;383 enum bpf_arg_type arg3_type;384 enum bpf_arg_type arg4_type;385 enum bpf_arg_type arg5_type;387 enum bpf_arg_type arg_type[5];
425 static bool arg_type_may_be_refcounted(enum bpf_arg_type type) in arg_type_may_be_refcounted()4274 static bool arg_type_is_mem_ptr(enum bpf_arg_type type) in arg_type_is_mem_ptr()4280 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()4286 static bool arg_type_is_alloc_size(enum bpf_arg_type type) in arg_type_is_alloc_size()4291 static bool arg_type_is_int_ptr(enum bpf_arg_type type) in arg_type_is_int_ptr()4297 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()4309 enum bpf_arg_type *arg_type) in resolve_map_arg_type()4425 enum bpf_arg_type arg_type, in check_reg_type()4497 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()4963 static bool check_args_pair_invalid(enum bpf_arg_type arg_curr, in check_args_pair_invalid()[all …]