Searched refs:tcprexmtthresh (Results 1 – 3 of 3) sorted by relevance
59 extern const int tcprexmtthresh;
130 const int tcprexmtthresh = 3; variable2548 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2576 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_segment()
130 const int tcprexmtthresh; variable1091 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_slowpath()1119 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_slowpath()