sys/net/if_wg.c
1259
struct wg_endpoint endpoint;
sys/net/if_wg.c
1319
struct wg_endpoint *e)
sys/net/if_wg.c
149
struct wg_endpoint t_endpoint;
sys/net/if_wg.c
1812
struct wg_endpoint endpoint;
sys/net/if_wg.c
216
struct wg_endpoint p_endpoint;
sys/net/if_wg.c
290
void wg_peer_get_endpoint(struct wg_peer *, struct wg_endpoint *);
sys/net/if_wg.c
303
int wg_send(struct wg_softc *, struct wg_endpoint *, struct mbuf *);
sys/net/if_wg.c
304
void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *,
sys/net/if_wg.c
342
struct wg_endpoint *);
sys/net/if_wg.c
594
wg_peer_get_endpoint(struct wg_peer *peer, struct wg_endpoint *endpoint)
sys/net/if_wg.c
831
wg_send(struct wg_softc *sc, struct wg_endpoint *e, struct mbuf *m)
sys/net/if_wg.c
880
wg_send_buf(struct wg_softc *sc, struct wg_endpoint *e, uint8_t *buf,