Lines Matching defs:wg_softc
220 struct wg_softc { struct
222 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;
237 struct grouptask sc_handshake;
238 struct wg_queue sc_handshake_queue;
240 struct grouptask *sc_encrypt;
241 struct grouptask *sc_decrypt;
242 struct wg_queue sc_encrypt_parallel;
243 struct wg_queue sc_decrypt_parallel;
244 u_int sc_encrypt_last_cpu;
245 u_int sc_decrypt_last_cpu;
247 struct sx sc_lock;