Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dcommon.h159 static int __maybe_unused recv_fd(int usock) in recv_fd() argument
181 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC); in recv_fd()
194 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() argument
219 if (sendmsg(usock, &msg, 0) < 0) in send_fd()