Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dif_wg.c226 struct wg_peer { struct
228 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 …]
/dflybsd-src/sbin/ifconfig/
H A Difwg.c54 static struct wg_peer_io *wg_peer; variable