HomeSort by: relevance | last modified time | path
    Searched defs:wgs0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_wg.c 1324 struct wg_session *wgs0 __diagused;
1331 wgs0 = thmap_del(wg->wg_sessions_byindex,
1333 KASSERT(wgs0 == wgs);
1368 struct wg_session *wgs0; local in function:wg_get_session_index
1382 wgs0 = thmap_put(wg->wg_sessions_byindex,
1386 } while (__predict_false(wgs0 != wgs));
if_wg.c 1324 struct wg_session *wgs0 __diagused;
1331 wgs0 = thmap_del(wg->wg_sessions_byindex,
1333 KASSERT(wgs0 == wgs);
1368 struct wg_session *wgs0; local in function:wg_get_session_index
1382 wgs0 = thmap_put(wg->wg_sessions_byindex,
1386 } while (__predict_false(wgs0 != wgs));

Completed in 58 milliseconds