Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbtf.c6005 u32 nargs1, nargs2, i; in btf_check_func_type_match() local
6029 nargs2 = btf_type_vlen(t2); in btf_check_func_type_match()
6031 if (nargs1 != nargs2) { in btf_check_func_type_match()
6033 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()