Searched refs:tim_touse (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_timer.c1524 struct timeval tn, *tim_touse; local
1536 tim_touse = &asoc->time_last_rcvd;
1538 tim_touse = &asoc->time_last_sent;
1541 ticks_gone_by = SEC_TO_TICKS(tn.tv_sec - tim_touse->tv_sec);

Completed in 59 milliseconds