Searched refs:tvts (Results 1 – 1 of 1) sorted by relevance
47 int64_t tvts[2]; in __convert_scm_timestamps() local76 tvts[0] = tmp[0]; in __convert_scm_timestamps()77 tvts[1] = tmp[1]; in __convert_scm_timestamps()85 if (CMSG_SPACE (sizeof tvts) > msgsize - msg->msg_controllen) in __convert_scm_timestamps()94 CMSG_SPACE (sizeof tvts)); in __convert_scm_timestamps()95 msg->msg_controllen += CMSG_SPACE (sizeof tvts); in __convert_scm_timestamps()99 cmsg->cmsg_len = CMSG_LEN (sizeof tvts); in __convert_scm_timestamps()100 memcpy (CMSG_DATA (cmsg), tvts, sizeof tvts); in __convert_scm_timestamps()