Lines Matching refs:reestablish_timeout
862 xprt->reestablish_timeout = 0; in xs_close()
1413 if (xprt->reestablish_timeout) in xs_tcp_data_ready()
1414 xprt->reestablish_timeout = 0; in xs_tcp_data_ready()
1473 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1490 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1491 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2126 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2127 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2228 xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2235 xprt->reestablish_timeout); in xs_connect()
2236 xprt->reestablish_timeout <<= 1; in xs_connect()
2237 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_connect()
2238 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_connect()
2239 if (xprt->reestablish_timeout > XS_TCP_MAX_REEST_TO) in xs_connect()
2240 xprt->reestablish_timeout = XS_TCP_MAX_REEST_TO; in xs_connect()
2622 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
2692 xprt->reestablish_timeout = XS_UDP_REEST_TO; in xs_setup_udp()
2772 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_tcp()
2845 xprt->reestablish_timeout = 0; in xs_setup_bc_tcp()