Searched refs:mtag (Results 1 – 1 of 1) sorted by relevance
168 struct m_tag *mtag = \170 if (mtag == NULL) { \177 *(u_int *)(mtag + 1) = vlanid; \178 m_tag_prepend(m, mtag); \186 #define VLAN_TAG_VALUE(mtag) \ argument187 ((*(u_int *)(mtag + 1)) & 4095)