Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnet.h53 int io_accept(struct io_kiocb *req, unsigned int issue_flags);
H A Dnet.c26 struct io_accept { struct
1354 struct io_accept *accept = io_kiocb_to_cmd(req, struct io_accept); in io_accept_prep()
1385 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function
1387 struct io_accept *accept = io_kiocb_to_cmd(req, struct io_accept); in io_accept()
H A Dopdef.c177 .issue = io_accept,