OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wgp_handshake_start_time
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_wg.c
659
time_t
wgp_handshake_start_time
;
member in struct:wg_peer
1999
if (wgp->
wgp_handshake_start_time
== 0)
2000
wgp->
wgp_handshake_start_time
= time_uptime;
2152
wgp->
wgp_handshake_start_time
= 0;
3400
KASSERT(wgp->
wgp_handshake_start_time
!= 0);
3409
if ((time_uptime - wgp->
wgp_handshake_start_time
) >
3412
wgp->
wgp_handshake_start_time
= 0;
Completed in 16 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025