ether_vlanencap
mbuf = ether_vlanencap(mbuf, mbuf->m_pkthdr.ether_vtag);
m = ether_vlanencap(m, m->m_pkthdr.ether_vtag);
m = ether_vlanencap(m, vlan_tag);
m = ether_vlanencap(m, sc->qnqid);
m = ether_vlanencap(m, m->m_pkthdr.ether_vtag);
mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan);