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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c1502 int ticks_gone_by; local
1517 ticks_gone_by = SEC_TO_TICKS(tn.tv_sec - tim_touse->tv_sec);
1518 if ((ticks_gone_by > 0) &&
1519 (ticks_gone_by >= (int)asoc->sctp_autoclose_ticks)) {
1569 asoc->sctp_autoclose_ticks -= ticks_gone_by;

Completed in 83 milliseconds