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

  /src/sys/rump/net/lib/libwg/
wg_user.h 35 struct wg_softc;
41 int rumpuser_wg_create(const char *tun_name, struct wg_softc *,
58 void rumpkern_wg_recv_user(struct wg_softc *, const struct sockaddr *,
60 void rumpkern_wg_recv_peer(struct wg_softc *, const struct sockaddr *,
wg_user.c 61 struct wg_softc *wgu_sc;
238 rumpuser_wg_create(const char *tun_name, struct wg_softc *wg,
  /src/sys/net/
if_wg.c 134 * - struct wg_softc is an instance of wg interfaces
626 struct wg_softc;
628 struct wg_softc *wgp_sc;
683 struct wg_softc { struct
685 LIST_ENTRY(wg_softc) wg_list;
749 static void wg_bake_cookie(struct wg_softc *,
756 static void wg_send_cookie_msg(struct wg_softc *,
760 static void wg_send_handshake_msg_resp(struct wg_softc *, struct wg_peer *,
765 wg_pick_peer_by_sa(struct wg_softc *, const struct sockaddr *,
768 wg_lookup_peer_by_pubkey(struct wg_softc *,
    [all...]

Completed in 19 milliseconds