Home
last modified time | relevance | path

Searched refs:do_accept (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dconnect_close.c51 static void do_accept(const struct sockaddr_in *src) in do_accept() function
84 do_accept(&src); in accept_loop()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_mmap.c365 static void do_accept(int fdlisten) in do_accept() function
544 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dsocket.h428 extern struct file *do_accept(struct file *file, unsigned file_flags,
/kernel/linux/linux-6.6/include/linux/
H A Dsocket.h443 extern struct file *do_accept(struct file *file, unsigned file_flags,
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/
H A Dsocket.h442 extern struct file *do_accept(struct file *file, unsigned file_flags,
/kernel/linux/linux-5.10/net/
H A Dsocket.c1710 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function
1787 newfile = do_accept(file, file_flags, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
/kernel/linux/linux-6.6/net/
H A Dsocket.c1897 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function
1973 newfile = do_accept(file, 0, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
/kernel/linux/linux-6.6/io_uring/
H A Dnet.c1397 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c5229 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()

Completed in 33 milliseconds