Searched refs:wg_xmit (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 361 static int wg_xmit(if_t, struct mbuf *, sa_family_t, uint32_t); 2114 wg_xmit(if_t ifp, struct mbuf *m, sa_family_t af, uint32_t mtu) in wg_xmit() function 2254 ret = wg_xmit(ifp, m, af, if_getmtu(ifp)); in wg_transmit() 2366 return (wg_xmit(ifp, m, parsed_af, mtu)); in wg_output()
|