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

/freebsd-12-stable/sys/netinet/
H A Dsctp_timer.c1529 struct timeval tn, *tim_touse; local
1541 tim_touse = &asoc->time_last_rcvd;
1543 tim_touse = &asoc->time_last_sent;
1546 ticks_gone_by = sctp_secs_to_ticks((uint32_t)(tn.tv_sec - tim_touse->tv_sec));

Completed in 143 milliseconds