Searched refs:ifnet_input_extended (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_loop.c | 327 return ifnet_input_extended(ifp, m_list, m_tail, &s); in lo_output() 422 (void) ifnet_input_extended(ifp, m, m_tail, &s); in lo_start()
|
| H A D | net_stubs.c | 331 STUB(ifnet_input_extended);
|
| H A D | kpi_interface.h | 2385 extern errno_t ifnet_input_extended(ifnet_t interface, mbuf_t first_packet,
|
| H A D | if_utun.c | 3268 (void) ifnet_input_extended(pcb->utun_ifp, MBUFQ_FIRST(&mbq), in utun_kpipe_sync_tx()
|
| H A D | dlil.c | 3766 ifnet_input_extended(struct ifnet *ifp, struct mbuf *m_head, in ifnet_input_extended() function
|