Searched refs:EVL_VLID_MASK (Results 1 – 3 of 3) sorted by relevance
84 #define EVL_VLID_MASK 0x0FFF macro85 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
1835 if (vlr.vlr_tag & ~EVL_VLID_MASK) { in vlan_ioctl()
262 tag = args->priority << 13 & ~EVL_VLID_MASK; in custom_ether_build_packet()