Searched refs:ether_vlanencap_proto (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | ethernet.h | 474 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 D | if_ethersubr.c | 1324 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 D | if_bridge.c | 2426 m = ether_vlanencap_proto(m, m->m_pkthdr.ether_vtag, in bridge_enqueue()
|