Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnet.h37 int io_sendmsg_prep_async(struct io_kiocb *req);
H A Dopdef.c478 .prep_async = io_sendmsg_prep_async,
646 .prep_async = io_sendmsg_prep_async,
H A Dnet.c352 int io_sendmsg_prep_async(struct io_kiocb *req) in io_sendmsg_prep_async() function