Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_wg.c1373 static struct timeval wg_last_underload; /* microuptime */ in wg_handshake() local
1377 getmicrouptime(&wg_last_underload); in wg_handshake()
1379 } else if (wg_last_underload.tv_sec != 0) { in wg_handshake()
1380 if (!ratecheck(&wg_last_underload, &underload_interval)) in wg_handshake()
1383 bzero(&wg_last_underload, sizeof(wg_last_underload)); in wg_handshake()