Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/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()
/linux/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()
/linux/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.c160 static int do_accept(int fd) in do_accept() function
607 fd = do_accept(fd); in do_setup_rx()
/linux/include/linux/
H A Dsocket.h455 extern struct file *do_accept(struct file *file, struct proto_accept_arg *arg,
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h455 extern struct file *do_accept(struct file *file, struct proto_accept_arg *arg,
/linux/net/
H A Dsocket.c1951 struct file *do_accept(struct file *file, struct proto_accept_arg *arg, in do_accept() function
2022 return FD_ADD(flags, do_accept(file, &arg, upeer_sockaddr, upeer_addrlen, flags)); in __sys_accept4_file()
/linux/io_uring/
H A Dnet.c1665 file = do_accept(req->file, &arg, accept->addr, accept->addr_len, in io_accept()