Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dethernet.h97 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) macro
/f-stack/freebsd/net/
H A Dethernet.h97 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) macro
H A Dif_ethersubr.c1405 qtag->pcp = EVL_PRIOFTAG((*mp)->m_pkthdr.ether_vtag); in ether_8021q_frame()
H A Dif_vlan.c1359 *(uint8_t *)(mtag + 1) = EVL_PRIOFTAG(tag); in vlan_input()
/f-stack/freebsd/netgraph/
H A Dng_vlan.c420 vf->pcp = EVL_PRIOFTAG(hook_data); in ng_vlan_rcvmsg()
/f-stack/freebsd/net80211/
H A Dieee80211_output.c1263 v_wme_ac = TID_TO_WME_AC(EVL_PRIOFTAG(ni->ni_vlan)); in ieee80211_classify()