Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.h39 int io_accept(struct io_kiocb *req, unsigned int issue_flags);
H A Dnet.c26 struct io_accept { struct
1509 struct io_accept *accept = io_kiocb_to_cmd(req, struct io_accept); in io_accept_prep()
1541 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function
1543 struct io_accept *accept = io_kiocb_to_cmd(req, struct io_accept); in io_accept()
H A Dopdef.c187 .issue = io_accept,