Home
last modified time | relevance | path

Searched refs:io_bind (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dnet.h57 int io_bind(struct io_kiocb *req, unsigned int issue_flags);
H A Dnet.c55 struct io_bind { struct
1829 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind_prep()
1845 int io_bind(struct io_kiocb *req, unsigned int issue_flags) in io_bind() function
1847 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind()