Search | Google it | Results 1 - 1 of 1 for funcall:m_claim (0.00 seconds) |
397: void mowner_ref(struct mbuf *, int); 398: void m_claim(struct mbuf *, struct mowner *); 399: void mowner_revoke(struct mbuf *, bool, int); 420: 421: #define MCLAIM(m, mo) m_claim((m), (mo)) 422: #define MOWNER_ATTACH(mo) mowner_attach(mo)