Searched refs:time_expires (Results 1 – 1 of 1) sorted by relevance
1678 struct timeval time_expires; in sctp_handle_cookie_echo() local1919 time_expires.tv_sec = cookie->time_entered.tv_sec + cookie->cookie_life; in sctp_handle_cookie_echo()1920 time_expires.tv_usec = cookie->time_entered.tv_usec; in sctp_handle_cookie_echo()1922 if (timercmp(&now, &time_expires, >)) in sctp_handle_cookie_echo()1924 if (timevalcmp(&now, &time_expires, >)) in sctp_handle_cookie_echo()1953 tim = (now.tv_sec - time_expires.tv_sec) * 1000000; in sctp_handle_cookie_echo()