Home
last modified time | relevance | path

Searched refs:connect_timeout (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c626 vsk->connect_timeout = psk->connect_timeout; in __vsock_create()
630 vsk->connect_timeout = VSOCK_DEFAULT_CONNECT_TIMEOUT; in __vsock_create()
1186 timeout = vsk->connect_timeout; in vsock_stream_connect()
1412 vsk->connect_timeout = tv.tv_sec * HZ + in vsock_stream_setsockopt()
1414 if (vsk->connect_timeout == 0) in vsock_stream_setsockopt()
1415 vsk->connect_timeout = in vsock_stream_setsockopt()
1487 tv.tv_sec = vsk->connect_timeout / HZ; in vsock_stream_getsockopt()
1489 (vsk->connect_timeout - in vsock_stream_getsockopt()
/linux-4.4.14/include/net/
Daf_vsock.h51 long connect_timeout; member