Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dethernet.h474 struct mbuf *ether_vlanencap_proto(struct mbuf *, uint16_t, uint16_t);
483 return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN); in ether_vlanencap()
H A Dif_ethersubr.c1324 ether_vlanencap_proto(struct mbuf *m, uint16_t tag, uint16_t proto) in ether_vlanencap_proto() function
1459 *mp = ether_vlanencap_proto(*mp, tag, qtag->proto); in ether_8021q_frame()
H A Dif_bridge.c2426 m = ether_vlanencap_proto(m, m->m_pkthdr.ether_vtag, in bridge_enqueue()