Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_utun.c95 static errno_t utun_output(ifnet_t interface, mbuf_t data);
598 error = utun_output(pcb->utun_ifp, data); in utun_netif_sync_tx()
2881 if (utun_output(interface, data) != 0) { in utun_start()
2888 utun_output(ifnet_t interface, in utun_output() function