Home
last modified time | relevance | path

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

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