HomeSort by: relevance | last modified time | path
    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