Home
last modified time | relevance | path

Searched refs:reestablish_timeout (Results 1 – 7 of 7) sorted by relevance

/linux/net/sunrpc/
H A Dxprtsock.c1337 xprt->reestablish_timeout = 0; in xs_close()
1492 if (xprt->reestablish_timeout) in xs_data_ready()
1493 xprt->reestablish_timeout = 0; in xs_data_ready()
1572 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1590 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1591 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2460 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_setup_socket()
2461 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_setup_socket()
2800 "seconds\n", xprt, xprt->reestablish_timeout / HZ); in xs_connect()
3252 xprt->reestablish_timeout in xs_setup_local()
[all...]
H A Dxprt.c967 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()
982 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()
983 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
984 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
985 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()
986 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
/linux/net/sunrpc/xprtrdma/
H A Dtransport.c326 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
380 xprt->reestablish_timeout = 0; in xprt_rdma_close()
H A Dsvc_rdma_backchannel.c253 xprt->reestablish_timeout = 0; in xprt_setup_rdma_bc()
H A Dverbs.c521 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_xprt_connect()
522 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_xprt_connect()
H A Drpc_rdma.c1440 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()
1441 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
/linux/include/linux/sunrpc/
H A Dxprt.h253 reestablish_timeout; member