HomeSort by: relevance | last modified time | path
    Searched refs:wg_peer (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/
if_wg.c 135 * - It has a list of peers (struct wg_peer)
139 * - struct wg_peer is a representative of a peer
163 * - Each peer (struct wg_peer, wgp) has a mutex wgp_lock, which can be taken
541 struct wg_peer *wgs_peer;
599 struct wg_peer;
616 struct wg_peer *wga_peer;
627 struct wg_peer { struct
755 static void wg_send_data_msg(struct wg_peer *, struct wg_session *,
757 static void wg_send_cookie_msg(struct wg_softc *, struct wg_peer *,
760 static void wg_send_handshake_msg_resp(struct wg_softc *, struct wg_peer *,
    [all...]
  /src/tests/net/if_wg/
t_interoperability.sh 30 SOCK_PEER=unix://wg_peer
t_tunnel.sh 34 SOCK_PEER=unix://wg_peer
t_basic.sh 30 SOCK_PEER=unix://wg_peer
t_misc.sh 30 SOCK_PEER=unix://wg_peer

Completed in 15 milliseconds