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

  /src/sys/netinet/
tcp_subr.c 935 tp->t_msl = TCPTV_MSL;
1846 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
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);
1860 tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL;
1865 tp->t_msl = MIN(tp->t_msl, TCP_MAXMSL);
1878 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
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)
    [all...]
tcp_input.c 2632 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2656 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2837 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2845 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
3359 && tp->t_msl < tcp_msl_remote) {
3360 tp->t_msl = MIN(tcp_msl_remote, TCP_MAXMSL);
tcp_var.h 393 u_int t_msl; /* MSL to use for this connexion */ member in struct:tcpcb
tcp_vtw.c 1887 ctl = vtw_control(af, tp->t_msl);

Completed in 45 milliseconds