Home
last modified time | relevance | path

Searched refs:tcprexmtthresh (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDcc.h59 extern const int tcprexmtthresh;
HDtcp_input.c130 const int tcprexmtthresh = 3; variable
2548 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()
2576 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_segment()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c130 const int tcprexmtthresh; variable
1091 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_slowpath()
1119 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_slowpath()