Searched refs:do_accept (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/tools/testing/selftests/net/ |
D | tcp_mmap.c | 309 static void do_accept(int fdlisten) in do_accept() function 466 do_accept(fdlisten); in main()
|
D | msg_zerocopy.c | 157 static int do_accept(int fd) in do_accept() function 597 fd = do_accept(fd); in do_setup_rx()
|
/Linux-v5.15/tools/usb/usbip/src/ |
D | usbipd.c | 308 static int do_accept(int listenfd) in do_accept() function 347 connfd = do_accept(listenfd); in process_request()
|
/Linux-v5.15/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 428 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
/Linux-v5.15/include/linux/ |
D | socket.h | 428 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
/Linux-v5.15/net/ |
D | socket.c | 1739 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function 1816 newfile = do_accept(file, file_flags, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
|
/Linux-v5.15/fs/ |
D | io_uring.c | 5123 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()
|