gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mowner_detach (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h - 42.4KB - 986 lines
404: #endif
405: void mowner_detach(struct mowner *);
406: void m_claimm(struct mbuf *, struct mowner *);
422: #define MOWNER_ATTACH(mo) mowner_attach(mo) 423: #define MOWNER_DETACH(mo) mowner_detach(mo) 424: