Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan_var.h73 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) macro
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpacket_common.h544 return EVL_PRIOFTAG(vlan_tag); in __packet_get_vlan_priority()