Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_vlan_var.h86 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) macro
/xnu-12377.81.4/tests/skywalk/
H A Dskt_filter.c408 if (EVL_PRIOFTAG(evl_tag) != args->priority) { in custom_ether_verify()
410 EVL_PRIOFTAG(evl_tag), args->priority); in custom_ether_verify()
/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpacket_common.h614 return EVL_PRIOFTAG(vlan_tag); in __packet_get_vlan_priority()