Searched defs:m_pkthdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h217 #define m_pkthdr M_dat.MH.MH_pkthdr macro
267 * Flags preserved when copying m_pkthdr.
615 KASSERT(SLIST_EMPTY(&m->m_pkthdr.tags), ("doing fast free of mbuf with tags"));
623 AssertMsg(SLIST_EMPTY(&m->m_pkthdr.tags), ("doing fast free of mbuf with tags"));
877 _mm->m_pkthdr.len += _mplen; \
1069 SLIST_INIT(&m->m_pkthdr.tags);
1104 return (SLIST_FIRST(&m->m_pkthdr.tags));
1124 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link);
1134 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
1149 return (SLIST_EMPTY(&m->m_pkthdr
[all...]

Completed in 79 milliseconds