Searched refs:peer_timeout (Results 1 – 2 of 2) sorted by relevance
40 static int peer_timeout = 180; variable41 module_param(peer_timeout, int, 0444);42 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…170 ksocknal_tunables.ksnd_peertimeout = &peer_timeout; in ksocknal_tunables_init()
83 static int peer_timeout = 180; variable84 module_param(peer_timeout, int, 0444);85 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…163 .kib_peertimeout = &peer_timeout,