Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dringbuf.c595 .ret_type = RET_VOID,
608 .ret_type = RET_VOID,
724 .ret_type = RET_VOID,
743 .ret_type = RET_VOID,
H A Dhelpers.c350 .ret_type = RET_VOID,
373 .ret_type = RET_VOID,
H A Dcore.c3208 .ret_type = RET_VOID,
H A Dverifier.c11014 case RET_VOID: in check_helper_call()
17527 cs->is_void = fn->ret_type == RET_VOID; in bpf_get_call_summary()
/linux/include/linux/
H A Dbpf.h937 RET_VOID, /* function doesn't return anything */ enumerator