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