Search | Google it | Results 1 - 1 of 1 for funcall:mowner_revoke from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h (0.00 seconds) |
398: void m_claim(struct mbuf *, struct mowner *); 399: void mowner_revoke(struct mbuf *, bool, int); 400: #ifndef T2EX 594: #define MFREE(m, n) \ 595: mowner_revoke((m), 1, (m)->m_flags); \ 596: mbstat_type_add((m)->m_type, -1); \