Home
last modified time | relevance | path

Searched defs:M_VLANTAG (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d53 inline int M_VLANTAG = 0x00000080; /* ether_vtag is valid */ variable
/freebsd/sys/sys/
H A Dmbuf.h474 #define M_VLANTAG 0x00000080 /* ether_vtag is valid */ macro