HomeSort by: relevance | last modified time | path
    Searched refs:tcp_msl_remote (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
tcp_subr.c 211 int tcp_msl_remote = TCPTV_MSL; /* MSL otherwise */ variable in typeref:typename:int
1860 tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL;
1892 tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL;
tcp_var.h 760 extern int tcp_msl_remote; /* MSL otherwise */
tcp_vtw.c 1350 return tcp_msl_remote ? tcp_msl_remote : (TCPTV_MSL >> 0);
tcp_input.c 3359 && tp->t_msl < tcp_msl_remote) {
3360 tp->t_msl = MIN(tcp_msl_remote, TCP_MAXMSL);
tcp_usrreq.c 2295 NULL, 0, &tcp_msl_remote, 0, CTL_CREATE, CTL_EOL);

Completed in 20 milliseconds