Searched refs:ether_vlanencap_proto (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/net/ |
| H A D | ethernet.h | 447 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 D | ethernet.h | 447 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 D | if_ethersubr.c | 1317 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()
|