Lines Matching refs:connect_timeout
2265 unsigned long connect_timeout; in xs_tcp_set_socket_timeouts() local
2290 connect_timeout = max_t(unsigned long, in xs_tcp_set_socket_timeouts()
2291 DIV_ROUND_UP(xprt->connect_timeout, HZ), 1); in xs_tcp_set_socket_timeouts()
2294 for (t = 0; t <= syn_retries && (1UL << t) < connect_timeout; t++) in xs_tcp_set_socket_timeouts()
2301 unsigned long connect_timeout) in xs_tcp_do_set_connect_timeout() argument
2310 initval = max_t(unsigned long, connect_timeout, XS_TCP_INIT_REEST_TO); in xs_tcp_do_set_connect_timeout()
2316 xprt->connect_timeout = connect_timeout; in xs_tcp_do_set_connect_timeout()
2320 unsigned long connect_timeout, in xs_tcp_set_connect_timeout() argument
2328 if (connect_timeout < xprt->connect_timeout) in xs_tcp_set_connect_timeout()
2329 xs_tcp_do_set_connect_timeout(xprt, connect_timeout); in xs_tcp_set_connect_timeout()
3395 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp()
3397 if (args->connect_timeout) in xs_setup_tcp()
3398 xs_tcp_do_set_connect_timeout(xprt, args->connect_timeout); in xs_setup_tcp()
3474 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp_tls()