Searched refs:tvts (Results 1 – 2 of 2) sorted by relevance
17 long long tvts[2]; in __convert_scm_timestamps() local30 tvts[0] = tmp; in __convert_scm_timestamps()32 tvts[1] = tmp; in __convert_scm_timestamps()38 if (CMSG_SPACE(sizeof tvts) > csize-msg->msg_controllen) { in __convert_scm_timestamps()42 msg->msg_controllen += CMSG_SPACE(sizeof tvts); in __convert_scm_timestamps()46 cmsg->cmsg_len = CMSG_LEN(sizeof tvts); in __convert_scm_timestamps()47 memcpy(CMSG_DATA(cmsg), &tvts, sizeof tvts); in __convert_scm_timestamps()
18 long long tvts[2]; in __convert_scm_timestamps() local31 tvts[0] = tmp; in __convert_scm_timestamps()33 tvts[1] = tmp; in __convert_scm_timestamps()39 if (CMSG_SPACE(sizeof tvts) > csize-msg->msg_controllen) { in __convert_scm_timestamps()43 msg->msg_controllen += CMSG_SPACE(sizeof tvts); in __convert_scm_timestamps()47 cmsg->cmsg_len = CMSG_LEN(sizeof tvts); in __convert_scm_timestamps()48 memcpy(CMSG_DATA(cmsg), &tvts, sizeof tvts); in __convert_scm_timestamps()