Searched defs:wg_softc (Results 1 – 1 of 1) sorted by relevance
220 struct wg_softc { struct222 if_t sc_ifp;223 int sc_flags;225 struct ucred *sc_ucred;226 struct wg_socket sc_socket;229 size_t sc_peers_num;231 struct noise_local *sc_local;232 struct cookie_checker sc_cookie;234 struct radix_node_head *sc_aip4;235 struct radix_node_head *sc_aip6;[all …]