Searched refs:m_drop_if (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mbuf.h | 1442 extern void m_drop_if(mbuf_t, struct ifnet *, uint16_t, uint32_t, const char *, uint16_t);
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | dlil_input.c | 340 m_drop_if(m, ifproto->ifp, DROPTAP_FLAG_DIR_IN, DROP_REASON_DLIL_IF_FILTER, NULL, 0); in dlil_ifproto_input()
|
| H A D | dlil.c | 3360 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_INVALID, NULL, 0); in ifnet_enqueue_mbuf() 3367 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_ATTACHED, NULL, 0); in ifnet_enqueue_mbuf() 3371 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_UP, NULL, 0); in ifnet_enqueue_mbuf()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf.c | 6124 m_drop_if(mbuf_t m, struct ifnet *ifp, uint16_t flags, uint32_t reason, const char *funcname, function
|