Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_ovpn.c1180 uint32_t last, _last_active; in ovpn_timeout() local
1188 _last_active = *zpcpu_get_cpu(peer->last_active, cpu); in ovpn_timeout()
1189 if (_last_active > last) in ovpn_timeout()
1190 last = _last_active; in ovpn_timeout()