Searched refs:TCPTV_MSL (Results 1 – 4 of 4) sorted by relevance
211 int tcp_msl_remote = TCPTV_MSL; /* MSL otherwise */935 tp->t_msl = TCPTV_MSL; in tcp_tcpcb_template()1846 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); in tcp_established()1852 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()1860 tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL; in tcp_established()1878 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); 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()1892 tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL; in tcp_established()
119 #define TCPTV_MSL ( 30*PR_SLOWHZ) /* max seg lifetime (hah!) */ macro
1350 return tcp_msl_remote ? tcp_msl_remote : (TCPTV_MSL >> 0); in class_to_msl() 1352 return tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1); in class_to_msl() 1354 return tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2))) in msl_to_class() 1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1))) in msl_to_class() 2303 , TCPTV_MSL in vtw_debug_process()
232 int tcp_msl = (TCPTV_MSL / PR_SLOWHZ);