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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c1037 tp->t_rtimo_probes++;
1053 if (tp->t_rtimo_probes > tp->t_adaptive_rtimo) {
H A Dtcp_var.h360 u_int8_t t_rtimo_probes; /* number of adaptive rtimo probes sent */ member in struct:tcpcb
H A Dtcp_input.c866 tp->t_rtimo_probes = 0;
876 tp->t_rtimo_probes = 0;

Completed in 39 milliseconds