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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h151 struct m_tag { struct
152 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
156 void (*m_tag_free)(struct m_tag *);
172 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
973 * (struct m_tag) that specifies the size of the memory block and a
990 * struct m_tag *mtag = m_tag_alloc(...);
993 * if the alignment of struct m_tag is sufficient for referencing members of
994 * struct foo. Otherwise it is necessary to embed struct m_tag within the
998 * struct m_tag tag;
1002 * struct m_tag *mta
[all...]

Completed in 54 milliseconds