Home
last modified time | relevance | path

Searched refs:utun_output (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dif_utun.c166 static errno_t utun_output(ifnet_t interface, mbuf_t data);
504 error = utun_output(pcb->utun_ifp, data); in utun_netif_sync_tx()
2623 if (utun_output(interface, data) != 0) { in utun_start()
2630 utun_output(ifnet_t interface, in utun_output() function