Searched refs:RET_VOID (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | bpf.h | 69 RET_VOID, /* function doesn't return anything */ enumerator |
/linux-4.1.27/kernel/bpf/ | ||
D | verifier.c | 892 } else if (fn->ret_type == RET_VOID) { in check_call() |