Searched refs:usock (Results 1 – 1 of 1) sorted by relevance
159 static int __maybe_unused recv_fd(int usock) in recv_fd() argument181 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() argument219 if (sendmsg(usock, &msg, 0) < 0) in send_fd()