Searched refs:if_input_poll (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h425 static void if_input_poll(ifnet_t ifp, uint32_t flags,
H A DIONetworkInterface.cpp2068 if_input_poll_gated : if_input_poll;
2891 void IONetworkInterface::if_input_poll( function in class:IONetworkInterface
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c221 ifp->if_input_poll = einit.input_poll;
314 if (ifp->if_input_poll != NULL)
321 ifp->if_output_ctl == NULL && ifp->if_input_poll == NULL &&
324 (ifp->if_input_poll != NULL && ifp->if_input_ctl != NULL));
H A Dif_var.h572 ifnet_input_poll_func if_input_poll; member in struct:ifnet
H A Ddlil.c2684 ((*ifp->if_input_poll)(ifp, 0, m_lim, &m_head, &m_tail,
5062 * thread to invoke if_input_poll callback where the packets may
5066 VERIFY(ifp->if_input_poll != NULL);
5698 ifp->if_input_poll = ifp_if_input_poll;

Completed in 237 milliseconds