Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c425 .ret_type = RET_VOID,
438 .ret_type = RET_VOID,
H A Dhelpers.c294 .ret_type = RET_VOID,
311 .ret_type = RET_VOID,
H A Dcore.c2294 .ret_type = RET_VOID,
H A Dverifier.c5443 } else if (fn->ret_type == RET_VOID) { in check_helper_call()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h317 RET_VOID, /* function doesn't return anything */ enumerator