Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dringbuf.c518 .ret_type = RET_VOID,
531 .ret_type = RET_VOID,
645 .ret_type = RET_VOID,
664 .ret_type = RET_VOID,
H A Dhelpers.c347 .ret_type = RET_VOID,
370 .ret_type = RET_VOID,
H A Dcore.c2992 .ret_type = RET_VOID,
H A Dverifier.c11564 case RET_VOID: in check_helper_call()
17231 cs->is_void = fn->ret_type == RET_VOID; in get_call_summary()
/linux-6.15/include/linux/
H A Dbpf.h821 RET_VOID, /* function doesn't return anything */ enumerator