Home
last modified time | relevance | path

Searched defs:wg_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/net/wg/
H A Dif_wg.c276 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;
[all …]