Searched refs:do_accept (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A 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()
|
/openbmc/google-misc/subprojects/dhcp-done/ |
H A D | dhcp-done.cpp | 49 sdeventplus::source::IO do_accept( in main() local
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 365 static void do_accept(int fdlisten) in do_accept() function 544 do_accept(fdlisten); in main()
|
H A D | msg_zerocopy.c | 159 static int do_accept(int fd) in do_accept() function 604 fd = do_accept(fd); in do_setup_rx()
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbipd.c | 308 static int do_accept(int listenfd) in do_accept() function 347 connfd = do_accept(listenfd); in process_request()
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 442 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 443 extern struct file *do_accept(struct file *file, unsigned file_flags,
|
/openbmc/linux/net/ |
H A D | socket.c | 1902 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() function 1978 newfile = do_accept(file, 0, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file()
|
/openbmc/linux/io_uring/ |
H A D | net.c | 1402 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()
|