Searched refs:vlan_tag (Results 1 – 4 of 4) sorted by relevance
47 uint16 vlan_tag; member
938 uint16 vlan_tag; in pktsetprio() local943 vlan_tag = ntoh16(evh->vlan_tag); in pktsetprio()944 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK; in pktsetprio()968 vlan_tag &= ~(VLAN_PRI_MASK << VLAN_PRI_SHIFT); in pktsetprio()969 vlan_tag |= (uint16)priority << VLAN_PRI_SHIFT; in pktsetprio()970 evh->vlan_tag = hton16(vlan_tag); in pktsetprio()