Searched refs:fd_tx (Results 1 – 1 of 1) sorted by relevance
194 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() argument198 char buf[CMSG_SPACE(sizeof(fd_tx))]; in send_fd()214 cmsg->cmsg_len = CMSG_LEN(sizeof(fd_tx)); in send_fd()217 memcpy(CMSG_DATA(cmsg), &fd_tx, sizeof(fd_tx)); in send_fd()
Completed in 4 milliseconds