Searched refs:m_drop_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 2884 m_drop_common(mbuf_t m, struct ifnet *ifp, uint16_t flags, uint32_t reason, const char *funcname, in m_drop_common() function 2920 m_drop_common(m, NULL, flags, reason, funcname, linenum); in m_drop() 2922 m_drop_common(m, m->m_pkthdr.rcvif, flags, reason, funcname, linenum); in m_drop() 2939 m_drop_common(m, ifp, flags, reason, funcname, linenum); in m_drop_if()
|