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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c996 uint16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; local
1061 lo_index = i;
1068 tp->tentry.index = lo_index;
1069 if (lo_index != TCPT_NONE) {
1070 tp->tentry.runtime = tp->tentry.timer_start + tp->t_timer[lo_index];
1332 uint16_t i, lo_index = TCPT_NONE; local
1338 lo_index = i;
1341 tp->tentry.index = lo_index;
1342 if (lo_index != TCPT_NONE) {
1343 tp->tentry.runtime = tp->tentry.timer_start + tp->t_timer[lo_index];
[all...]

Completed in 21 milliseconds