Lines Matching refs:reestablish_timeout
888 xprt->reestablish_timeout = 0; in xs_close()
1149 if (xprt->reestablish_timeout) in xs_data_ready()
1150 xprt->reestablish_timeout = 0; in xs_data_ready()
1621 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1639 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1640 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2400 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2401 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2492 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xs_reconnect_delay()
2500 xprt->reestablish_timeout <<= 1; in xs_reconnect_backoff()
2501 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xs_reconnect_backoff()
2502 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xs_reconnect_backoff()
2503 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_reconnect_backoff()
2504 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_reconnect_backoff()
2531 xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2949 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
3020 xprt->reestablish_timeout = XS_UDP_REEST_TO; in xs_setup_udp()
3099 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_tcp()
3175 xprt->reestablish_timeout = 0; in xs_setup_bc_tcp()