ether_vlanencap_proto
struct mbuf *ether_vlanencap_proto(struct mbuf *, uint16_t, uint16_t);
return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN);
m = ether_vlanencap_proto(m, m->m_pkthdr.ether_vtag,
*mp = ether_vlanencap_proto(*mp, tag, qtag->proto);