Searched defs:wg_peer (Results 1 – 2 of 2) sorted by relevance
226 struct wg_peer { struct228 unsigned long p_id;229 struct wg_softc *p_sc;231 char p_description[WG_PEER_DESCR_SIZE];233 struct noise_remote *p_remote;234 struct cookie_maker *p_cookie;236 struct lock p_endpoint_lock;237 struct wg_endpoint p_endpoint;239 struct wg_queue p_stage_queue;240 struct wg_queue p_encrypt_serial;[all …]
54 static struct wg_peer_io *wg_peer; variable