wg_bind
if ((ret = wg_bind(sc, &port, &rtable)) != 0)
ret = wg_bind(sc, &sc->sc_udp_port, &sc->sc_udp_rtable);
int wg_bind(struct wg_softc *, in_port_t *, int *);