Searched refs:m_tag_unlink (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf2.c434 m_tag_unlink(struct mbuf *m, struct m_tag *t) function
436 KASSERT(m && t, ("m_tag_unlink: null argument, m %p t %p", m, t));
445 m_tag_unlink(m, t);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmbuf.h630 void m_tag_unlink(struct mbuf *, struct m_tag *);

Completed in 37 milliseconds