OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wgp_tasks
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_wg.c
679
unsigned int
wgp_tasks
;
member in struct:wg_peer
2675
WG_DLOG("tasks=%d, task=%d\n", wgp->
wgp_tasks
, task);
2676
if (wgp->
wgp_tasks
== 0)
2684
wgp->
wgp_tasks
|= task;
3572
while ((tasks = wgp->
wgp_tasks
) != 0) {
3573
wgp->
wgp_tasks
= 0;
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025