sys/dev/wg/if_wg.c
1282
struct wg_endpoint endpoint;
sys/dev/wg/if_wg.c
1329
struct wg_endpoint *e)
sys/dev/wg/if_wg.c
1369
struct wg_endpoint *e;
sys/dev/wg/if_wg.c
153
struct wg_endpoint p_endpoint;
sys/dev/wg/if_wg.c
1725
struct wg_endpoint endpoint;
sys/dev/wg/if_wg.c
183
struct wg_endpoint p_endpoint;
sys/dev/wg/if_wg.c
295
static int wg_send(struct wg_softc *, struct wg_endpoint *, struct mbuf *);
sys/dev/wg/if_wg.c
329
static void wg_send_cookie(struct wg_softc *, struct cookie_macs *, uint32_t, struct wg_endpoint *);
sys/dev/wg/if_wg.c
330
static void wg_peer_set_endpoint(struct wg_peer *, struct wg_endpoint *);
sys/dev/wg/if_wg.c
332
static void wg_peer_get_endpoint(struct wg_peer *, struct wg_endpoint *);
sys/dev/wg/if_wg.c
333
static void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *, size_t);
sys/dev/wg/if_wg.c
505
wg_peer_set_endpoint(struct wg_peer *peer, struct wg_endpoint *e)
sys/dev/wg/if_wg.c
525
wg_peer_get_endpoint(struct wg_peer *peer, struct wg_endpoint *e)
sys/dev/wg/if_wg.c
937
wg_send(struct wg_softc *sc, struct wg_endpoint *e, struct mbuf *m)
sys/dev/wg/if_wg.c
989
wg_send_buf(struct wg_softc *sc, struct wg_endpoint *e, uint8_t *buf, size_t len)