Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.h46 int io_socket(struct io_kiocb *req, unsigned int issue_flags);
H A Dnet.c36 struct io_socket { struct
1712 struct io_socket *sock = io_kiocb_to_cmd(req, struct io_socket); in io_socket_prep()
1731 int io_socket(struct io_kiocb *req, unsigned int issue_flags) in io_socket() function
1733 struct io_socket *sock = io_kiocb_to_cmd(req, struct io_socket); in io_socket()
37 fileio_socket global() argument
38 domainio_socket global() argument
39 typeio_socket global() argument
40 protocolio_socket global() argument
41 flagsio_socket global() argument
42 file_slotio_socket global() argument
43 nofileio_socket global() argument
H A Dopdef.c410 .issue = io_socket,