Searched refs:ether_vlanencap (Results 1 – 6 of 6) sorted by relevance
476 static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag) in ether_vlanencap() function
430 mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan); in glc_start_locked()
2787 m = ether_vlanencap(m, vlan_tag); in oce_insert_vlan_tag()2791 m = ether_vlanencap(m, sc->qnqid); in oce_insert_vlan_tag()
1576 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); in ptnet_transmit()
2686 mbuf = ether_vlanencap(mbuf, mbuf->m_pkthdr.ether_vtag); in mvneta_tx_queue()
2642 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); in vtnet_txq_encap()