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 30 struct wg_softc;
35 int rumpuser_wg_create(const char *tun_name, struct wg_softc *,
51 void rumpkern_wg_recv_user(struct wg_softc *, struct iovec *, size_t);
52 void rumpkern_wg_recv_peer(struct wg_softc *, struct iovec *, size_t);
wg_user.c 62 struct wg_softc *wgu_sc;
231 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;
690 struct wg_softc { struct
692 LIST_ENTRY(wg_softc) wg_list;
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 *,
765 wg_pick_peer_by_sa(struct wg_softc *, const struct sockaddr *,
768 wg_lookup_peer_by_pubkey(struct wg_softc *,
772 wg_lookup_session_by_index(struct wg_softc *,
    [all...]

Completed in 15 milliseconds