Searched refs:do_accept (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/netfilter/ |
| D | connect_close.c | 51 static void do_accept(const struct sockaddr_in *src) in do_accept() function 84 do_accept(&src); in accept_loop()
|
| /Linux-v6.6/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 365 static void do_accept(int fdlisten) in do_accept() function 544 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-v6.6/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-v6.6/tools/perf/trace/beauty/include/linux/ |
| D | socket.h | 442 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
| /Linux-v6.6/include/linux/ |
| D | socket.h | 442 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
| /Linux-v6.6/net/ |
| D | socket.c | 1895 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function 1971 newfile = do_accept(file, 0, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
|
| /Linux-v6.6/io_uring/ |
| D | net.c | 1340 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()
|