Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnet.h39 int io_sendmsg_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
H A Dopdef.c138 .prep = io_sendmsg_prep,
272 .prep = io_sendmsg_prep,
H A Dnet.c371 int io_sendmsg_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_sendmsg_prep() function