Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsocket.c55 #define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */ macro
522 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT; in tipc_sk_create()
553 long timeout = msecs_to_jiffies(CONN_TIMEOUT_DEFAULT); in __tipc_shutdown()