Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.h353 extern errno_t ifnet_input_poll(struct ifnet *, struct mbuf *,
H A Ddlil.c2065 ifnet_input_poll(struct ifnet *ifp, struct mbuf *m_head, in ifnet_input_poll() function
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c321 (void) ifnet_input_poll(ifp, m_head, m_tail, in netif_rxpoll_poll_driver()