HomeSort by: relevance | last modified time | path
    Searched defs:tcprexmtthresh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_input.c 226 int tcprexmtthresh = 3; variable in typeref:typename:int
2487 (++tp->t_dupacks == tcprexmtthresh ||
2498 } else if (tp->t_dupacks > tcprexmtthresh) {
tcp_input.c 226 int tcprexmtthresh = 3; variable in typeref:typename:int
2487 (++tp->t_dupacks == tcprexmtthresh ||
2498 } else if (tp->t_dupacks > tcprexmtthresh) {
tcp_input.c 226 int tcprexmtthresh = 3; variable in typeref:typename:int
2487 (++tp->t_dupacks == tcprexmtthresh ||
2498 } else if (tp->t_dupacks > tcprexmtthresh) {

Completed in 130 milliseconds