Lines Matching defs:wg_softc
276 struct wg_softc { struct
278 struct ifnet *sc_ifp;
279 int sc_flags;
281 struct wg_socket sc_socket;
284 size_t sc_peers_num;
286 struct noise_local *sc_local;
287 struct cookie_checker *sc_cookie;
289 struct lock sc_aip_lock;
290 struct radix_node_head *sc_aip4;
291 struct radix_node_head *sc_aip6;
293 struct taskqueue *sc_handshake_taskqueue;
317 static LIST_HEAD(, wg_softc) wg_list = LIST_HEAD_INITIALIZER(wg_list); argument