gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:m_claim (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h - 42.4KB - 986 lines
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)