Searched refs:wg_last_underload (Results 1 – 1 of 1) sorted by relevance
1286 static sbintime_t wg_last_underload; /* sbinuptime */ in wg_handshake() local1290 wg_last_underload = getsbinuptime(); in wg_handshake()1291 } else if (wg_last_underload) { in wg_handshake()1292 underload = wg_last_underload + UNDERLOAD_TIMEOUT * SBT_1S > getsbinuptime(); in wg_handshake()1294 wg_last_underload = 0; in wg_handshake()