Searched refs:tcprexmtthresh (Results 1 – 2 of 2) sorted by relevance
58 extern const int tcprexmtthresh;
133 const int tcprexmtthresh = 3; variable2574 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2647 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_segment()