wg_send
ret = wg_send(sc, &endpoint, t->t_mbuf);
int wg_send(struct wg_softc *, struct wg_endpoint *, struct mbuf *);
ret = wg_send(sc, e, m);