Searched refs:ret_type (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 98 * .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
102 * ret_type says that this function returns 'pointer to map elem value or null'
132 * .ret_type which is RET_PTR_TO_MAP_VALUE_OR_NULL, so it sets
5204 static void do_refine_retval_range(struct bpf_reg_state *regs, int ret_type, int func_id,
in do_refine_retval_range() argument 5209 if (ret_type != RET_INTEGER ||
in do_refine_retval_range() 5309 enum bpf_return_type ret_type;
in check_helper_call() local 5419 ret_type = fn->ret_type;
in check_helper_call() 5420 ret_flag = type_flag(fn->ret_type);
in check_helper_call() 5421 if (ret_type in check_helper_call() 8554 const struct btf_type *type, *func_proto, *ret_type; check_btf_func() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 234 * arg_type, ret_type and reg_type. For example, a pointer value may be null, 238 * Currently there are no more than 32 base types in arg_type, ret_type and 354 enum bpf_return_type ret_type; member
|
Completed in 18 milliseconds