Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dethernet.h452 static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag) in ether_vlanencap() function
/f-stack/freebsd/net/
H A Dethernet.h452 static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag) in ether_vlanencap() function
H A Dif_bridge.c1972 m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); in bridge_enqueue()