Lines Matching refs:reestablish_timeout
851 xprt->reestablish_timeout = 0; in xs_close()
1511 if (xprt->reestablish_timeout) in xs_tcp_data_ready()
1512 xprt->reestablish_timeout = 0; in xs_tcp_data_ready()
1563 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1580 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1581 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2287 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2288 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2386 xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2393 xprt->reestablish_timeout); in xs_connect()
2394 xprt->reestablish_timeout <<= 1; in xs_connect()
2395 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_connect()
2396 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_connect()
2397 if (xprt->reestablish_timeout > XS_TCP_MAX_REEST_TO) in xs_connect()
2398 xprt->reestablish_timeout = XS_TCP_MAX_REEST_TO; in xs_connect()
2798 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
2869 xprt->reestablish_timeout = XS_UDP_REEST_TO; in xs_setup_udp()
2948 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_tcp()
3020 xprt->reestablish_timeout = 0; in xs_setup_bc_tcp()