Searched refs:time_expires (Results 1 – 1 of 1) sorted by relevance
2418 struct timeval time_expires; in sctp_handle_cookie_echo() local2553 time_expires.tv_sec = cookie->time_entered.tv_sec + TICKS_TO_SEC(cookie->cookie_life); in sctp_handle_cookie_echo()2554 time_expires.tv_usec = cookie->time_entered.tv_usec; in sctp_handle_cookie_echo()2559 if (timevalcmp(&now, &time_expires, >)) { in sctp_handle_cookie_echo()2578 tim = (now.tv_sec - time_expires.tv_sec) * 1000000; in sctp_handle_cookie_echo()