Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dif_ether.h104 #define EVL_PRIOFTAG(tag) (((tag) >> EVL_PRIO_BITS) & 7) macro
/openbsd/sys/net/
H A Dif_vlan.c464 m->m_pkthdr.pf.prio = EVL_PRIOFTAG(m->m_pkthdr.ether_vtag); in vlan_input()
/openbsd/sys/dev/pci/
H A Dif_vr.c1228 vtag = EVL_VLANOFTAG(vtag) | EVL_PRIOFTAG(vtag) << 12; in vr_encap()
/openbsd/sys/dev/pv/
H A Dif_hvn.c561 EVL_PRIOFTAG(m->m_pkthdr.ether_vtag)); in hvn_encap()
/openbsd/sys/net80211/
H A Dieee80211_output.c430 return EVL_PRIOFTAG(m->m_pkthdr.ether_vtag); in ieee80211_classify()