Home
last modified time | relevance | path

Searched refs:recv_fd (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c197 int epfd, i, send_fd, recv_fd; in test() local
212 recv_fd = receive_once(epfd, proto); in test()
213 if (recv_fd != fd) in test()
/openbmc/linux/samples/seccomp/
H A Duser-trap.c61 static int recv_fd(int sock) in recv_fd() function
273 listener = recv_fd(sk_pair[0]); in main()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h195 static int __maybe_unused recv_fd(int usock) in recv_fd() function
H A Dbase_test.c295 const int ruleset_fd_rx = recv_fd(socket_fds[1]); in TEST()
H A Dfs_test.c3706 fd = recv_fd(socket_fds[1]); in TEST_F_FORK()
/openbmc/qemu/net/
H A Dtap.c441 static int recv_fd(int c) in recv_fd() function
554 fd = RETRY_ON_EINTR(recv_fd(sv[0])); in net_bridge_run_helper()