Home
last modified time | relevance | path

Searched refs:ether_vlanencap (Results 1 – 6 of 6) sorted by relevance

/src/sys/net/
H A Dethernet.h476 static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag) in ether_vlanencap() function
/src/sys/powerpc/ps3/
H A Dif_glc.c430 mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan); in glc_start_locked()
/src/sys/dev/oce/
H A Doce_if.c2787 m = ether_vlanencap(m, vlan_tag); in oce_insert_vlan_tag()
2791 m = ether_vlanencap(m, sc->qnqid); in oce_insert_vlan_tag()
/src/sys/dev/netmap/
H A Dif_ptnet.c1576 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); in ptnet_transmit()
/src/sys/dev/neta/
H A Dif_mvneta.c2686 mbuf = ether_vlanencap(mbuf, mbuf->m_pkthdr.ether_vtag); in mvneta_tx_queue()
/src/sys/dev/virtio/network/
H A Dif_vtnet.c2642 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); in vtnet_txq_encap()