Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
A Dcommon.h194 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() argument
198 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