Home
last modified time | relevance | path

Searched refs:wg_endpoint (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dif_wg.c113 struct wg_endpoint { struct
153 struct wg_endpoint p_endpoint;
183 struct wg_endpoint p_endpoint;
295 static int wg_send(struct wg_softc *, struct wg_endpoint *, struct mbuf *);
325 static void wg_send_cookie(struct wg_softc *, struct cookie_macs *, uint32_t, struct wg_endpoint *);
326 static void wg_peer_set_endpoint(struct wg_peer *, struct wg_endpoint *);
328 static void wg_peer_get_endpoint(struct wg_peer *, struct wg_endpoint *);
329 static void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *, size_t);
486 wg_peer_set_endpoint(struct wg_peer *peer, struct wg_endpoint *e) in wg_peer_set_endpoint()
506 wg_peer_get_endpoint(struct wg_peer *peer, struct wg_endpoint *e) in wg_peer_get_endpoint()
[all …]