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

/freebsd-11-stable/sys/net/
H A Dethernet.h439 struct mbuf *ether_vlanencap(struct mbuf *, uint16_t);
H A Dif_ethersubr.c1270 ether_vlanencap(struct mbuf *m, uint16_t tag) function
1369 *mp = ether_vlanencap(*mp, tag);
H A Dif_bridge.c1922 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dif_glc.c434 mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan);
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c2870 m = ether_vlanencap(m, vlan_tag);
2874 m = ether_vlanencap(m, sc->qnqid);
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2214 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag);

Completed in 130 milliseconds