Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c6020 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
6023 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
6027 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match()
6049 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
6058 btf_type_str(t1), fn1, in btf_check_func_type_match()
6069 i, fn1, btf_type_str(t1), in btf_check_func_type_match()
6076 i, fn1, t1->size, in btf_check_func_type_match()
6090 i, fn1); in btf_check_func_type_match()
6098 i, fn1); in btf_check_func_type_match()
6118 i, fn1, s1, fn2, s2); in btf_check_func_type_match()