Lines Matching refs:wg_endpoint
113 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 *);
329 static void wg_send_cookie(struct wg_softc *, struct cookie_macs *, uint32_t, struct wg_endpoint *);
330 static void wg_peer_set_endpoint(struct wg_peer *, struct wg_endpoint *);
332 static void wg_peer_get_endpoint(struct wg_peer *, struct wg_endpoint *);
333 static void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *, size_t);
505 wg_peer_set_endpoint(struct wg_peer *peer, struct wg_endpoint *e) in wg_peer_set_endpoint()
525 wg_peer_get_endpoint(struct wg_peer *peer, struct wg_endpoint *e) in wg_peer_get_endpoint()
937 wg_send(struct wg_softc *sc, struct wg_endpoint *e, struct mbuf *m) in wg_send()
989 wg_send_buf(struct wg_softc *sc, struct wg_endpoint *e, uint8_t *buf, size_t len) in wg_send_buf()
1282 struct wg_endpoint endpoint; in wg_peer_send_buf()
1329 struct wg_endpoint *e) in wg_send_cookie()
1369 struct wg_endpoint *e; in wg_handshake()
1725 struct wg_endpoint endpoint; in wg_deliver_out()