Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9870 bool returns_void; in check_func_call() local
9899 returns_void = subprog_returns_void(env, subprog); in check_func_call()
9904 if (returns_void) in check_func_call()
9912 if (!returns_void) { in check_func_call()