Searched refs:ifnet_input_extended (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/net/ ! |
| H A D | if_loop.c | 329 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 D | net_stubs.c | 341 STUB(ifnet_input_extended);
|
| H A D | kpi_interface.h | 2416 extern errno_t ifnet_input_extended(ifnet_t interface, mbuf_t first_packet,
|
| H A D | if_utun.c | 3600 (void) ifnet_input_extended(pcb->utun_ifp, MBUFQ_FIRST(&mbq), in utun_kpipe_sync_tx()
|
| H A D | dlil.c | 2058 ifnet_input_extended(struct ifnet *ifp, struct mbuf *m_head, in ifnet_input_extended() function
|