Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/ !
H A Dif_loop.c329 return ifnet_input_extended(ifp, m_list, m_tail, &s); in lo_output()
424 (void) ifnet_input_extended(ifp, m, m_tail, &s); in lo_start()
H A Dnet_stubs.c341 STUB(ifnet_input_extended);
H A Dkpi_interface.h2416 extern errno_t ifnet_input_extended(ifnet_t interface, mbuf_t first_packet,
H A Dif_utun.c3600 (void) ifnet_input_extended(pcb->utun_ifp, MBUFQ_FIRST(&mbq), in utun_kpipe_sync_tx()
H A Ddlil.c2058 ifnet_input_extended(struct ifnet *ifp, struct mbuf *m_head, in ifnet_input_extended() function