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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1397 tp->t_early_rexmt_count < TCP_EARLY_REXMT_LIMIT) &&
1457 if (tp->t_early_rexmt_count == 0)
1466 tp->t_early_rexmt_count++;
3579 if (tp->t_early_rexmt_count > 0 &&
3583 tp->t_early_rexmt_count = 0;
H A Dtcp_var.h344 u_int16_t t_early_rexmt_count; /* count of early rexmts */ member in struct:tcpcb

Completed in 84 milliseconds