Lines Matching refs:connect_timeout
2241 unsigned long connect_timeout; in xs_tcp_set_socket_timeouts() local
2266 connect_timeout = max_t(unsigned long, in xs_tcp_set_socket_timeouts()
2267 DIV_ROUND_UP(xprt->connect_timeout, HZ), 1); in xs_tcp_set_socket_timeouts()
2270 for (t = 0; t <= syn_retries && (1UL << t) < connect_timeout; t++) in xs_tcp_set_socket_timeouts()
2277 unsigned long connect_timeout) in xs_tcp_do_set_connect_timeout() argument
2286 initval = max_t(unsigned long, connect_timeout, XS_TCP_INIT_REEST_TO); in xs_tcp_do_set_connect_timeout()
2292 xprt->connect_timeout = connect_timeout; in xs_tcp_do_set_connect_timeout()
2296 unsigned long connect_timeout, in xs_tcp_set_connect_timeout() argument
2304 if (connect_timeout < xprt->connect_timeout) in xs_tcp_set_connect_timeout()
2305 xs_tcp_do_set_connect_timeout(xprt, connect_timeout); in xs_tcp_set_connect_timeout()
3367 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp()
3369 if (args->connect_timeout) in xs_setup_tcp()
3370 xs_tcp_do_set_connect_timeout(xprt, args->connect_timeout); in xs_setup_tcp()
3446 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp_tls()