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

  /src/sys/netinet/
tcp_subr.c 210 int tcp_msl_local = 5 * PR_SLOWHZ; /* MSL for 'local' */ variable in typeref:typename:int
1852 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
1856 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
1884 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
1888 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
tcp_var.h 759 extern int tcp_msl_local; /* MSL for 'local' */
tcp_vtw.c 1352 return tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1)))
tcp_usrreq.c 2290 NULL, 0, &tcp_msl_local, 0, CTL_CREATE, CTL_EOL);

Completed in 17 milliseconds