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

  /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