Home
last modified time | relevance | path

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

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