Searched refs:VLAN_PRIO_MASK (Results 1 – 1 of 1) sorted by relevance
73 #define VLAN_PRIO_MASK 0xe000 /* Priority Code Point */ macro86 #define skb_vlan_tag_get_prio(__skb) (((__skb)->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT)
Completed in 13 milliseconds