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

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c386 if (t->m_tag_id == PACKET_TAG_MACLABEL)
459 if ((p->m_tag_id & MTAG_PERSISTENT) == 0)
475 if (p->m_tag_cookie == cookie && p->m_tag_id == type)
490 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how);
499 if (t->m_tag_id == PACKET_TAG_MACLABEL) {
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h153 u_int16_t m_tag_id; /* Tag ID */ member in struct:m_tag
1082 t->m_tag_id = type;

Completed in 48 milliseconds