Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c1286 static sbintime_t wg_last_underload; /* sbinuptime */ in wg_handshake() local
1290 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()