Lines Matching refs:reestablish_timeout
1249 xprt->reestablish_timeout = 0; in xs_close()
1397 if (xprt->reestablish_timeout) in xs_data_ready()
1398 xprt->reestablish_timeout = 0; in xs_data_ready()
1459 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1477 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1478 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2249 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2250 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2367 "seconds\n", xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2822 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
2889 xprt->reestablish_timeout = XS_UDP_REEST_TO; in xs_setup_udp()
2968 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_tcp()
3044 xprt->reestablish_timeout = 0; in xs_setup_bc_tcp()