Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h230 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() argument
234 char buf[CMSG_SPACE(sizeof(fd_tx))]; in send_fd()
250 cmsg->cmsg_len = CMSG_LEN(sizeof(fd_tx)); in send_fd()
253 memcpy(CMSG_DATA(cmsg), &fd_tx, sizeof(fd_tx)); in send_fd()