Searched refs:wg_send (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 295 static int wg_send(struct wg_softc *, struct wg_endpoint *, struct mbuf *); 848 wg_send(struct wg_softc *sc, struct wg_endpoint *e, struct mbuf *m) in wg_send() function 915 ret = wg_send(sc, e, m); in wg_send_buf() 923 ret = wg_send(sc, e, m); in wg_send_buf() 1655 rc = wg_send(sc, &endpoint, m); in wg_deliver_out()
|