Home
last modified time | relevance | path

Searched refs:do_accept (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_mmap.c309 static void do_accept(int fdlisten) in do_accept() function
466 do_accept(fdlisten); in main()
H A Dmsg_zerocopy.c157 static int do_accept(int fd) in do_accept() function
597 fd = do_accept(fd); in do_setup_rx()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbipd.c308 static int do_accept(int listenfd) in do_accept() function
347 connfd = do_accept(listenfd); in process_request()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h424 extern struct file *do_accept(struct file *file, unsigned file_flags,
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c1692 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function
1769 newfile = do_accept(file, file_flags, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5071 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()