Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Ddlil.h346 extern errno_t ifnet_input_poll(struct ifnet *, struct mbuf *,
H A Ddlil.c3773 ifnet_input_poll(struct ifnet *ifp, struct mbuf *m_head, in ifnet_input_poll() function
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c320 (void) ifnet_input_poll(ifp, m_head, m_tail, in netif_rxpoll_poll_driver()