Home
last modified time | relevance | path

Searched refs:ARG_DONTCARE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf.h751 ARG_DONTCARE = 0, /* unused argument in helper function */ enumerator
/linux/kernel/bpf/
H A Dverifier.c9230 if (arg_type == ARG_DONTCARE) in check_func_arg()
10053 ret = check_func_arg_reg_off(env, reg, regno, ARG_DONTCARE); in btf_check_func_arg_match()
10064 ret = check_func_arg_reg_off(env, reg, regno, ARG_DONTCARE); in btf_check_func_arg_match()
12546 enum bpf_arg_type arg_type = ARG_DONTCARE; in check_kfunc_args()
16772 if (fn->arg_type[i] != ARG_DONTCARE) in helper_fastcall_clobber_mask()