Home
last modified time | relevance | path

Searched refs:VLAN_PRIO_MASK (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dif_vlan.h73 #define VLAN_PRIO_MASK 0xe000 /* Priority Code Point */ macro
86 #define skb_vlan_tag_get_prio(__skb) (((__skb)->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT)

Completed in 13 milliseconds