Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Ddlil.c428 static errno_t ifnet_input_common(struct ifnet *, struct mbuf *, struct mbuf *,
3760 return ifnet_input_common(ifp, m_head, NULL, s, FALSE, FALSE); in ifnet_input()
3767 return ifnet_input_common(ifp, m_head, m_tail, s, TRUE, FALSE); in ifnet_input_extended()
3774 return ifnet_input_common(ifp, m_head, m_tail, s, in ifnet_input_poll()
3779 ifnet_input_common(struct ifnet *ifp, struct mbuf *m_head, struct mbuf *m_tail, in ifnet_input_common() function
4595 (void) ifnet_input_common(ifp, m_head, m_tail, in ifnet_poll_thread_cont()
4607 (void) ifnet_input_common(ifp, NULL, NULL, in ifnet_poll_thread_cont()