Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.h27 int io_sendmsg_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
H A Dopdef.c147 .prep = io_sendmsg_prep,
287 .prep = io_sendmsg_prep,
H A Dnet.c405 int io_sendmsg_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_sendmsg_prep() function