Searched refs:tcp_msl_local (Results 1 – 4 of 4) sorted by relevance
210 int tcp_msl_local = 5 * PR_SLOWHZ; /* MSL for 'local' */ variable1852 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in tcp_established()1856 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in tcp_established()1884 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in tcp_established()1888 tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in tcp_established()
1352 return tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in class_to_msl() 1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1))) in msl_to_class()
759 extern int tcp_msl_local; /* MSL for 'local' */
2290 NULL, 0, &tcp_msl_local, 0, CTL_CREATE, CTL_EOL); in sysctl_net_inet_tcp_setup2()