Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dethernet.h447 struct mbuf *ether_vlanencap_proto(struct mbuf *, uint16_t, uint16_t);
455 return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN); in ether_vlanencap()
/f-stack/freebsd/net/
H A Dethernet.h447 struct mbuf *ether_vlanencap_proto(struct mbuf *, uint16_t, uint16_t);
455 return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN); in ether_vlanencap()
H A Dif_ethersubr.c1317 ether_vlanencap_proto(struct mbuf *m, uint16_t tag, uint16_t proto) in ether_vlanencap_proto() function
1425 *mp = ether_vlanencap_proto(*mp, tag, qtag->proto); in ether_8021q_frame()