Home
last modified time | relevance | path

Searched refs:ether_vlan_header (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_mbufhash.c161 struct ether_vlan_header vlan; in m_ether_tcpip_hash()
164 const struct ether_vlan_header *vlan; in m_ether_tcpip_hash()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c727 struct ether_vlan_header *evh; in ng_netflow_rcvdata()
729 M_CHECK(sizeof(struct ether_vlan_header) - in ng_netflow_rcvdata()
731 evh = mtod(m, struct ether_vlan_header *); in ng_netflow_rcvdata()
733 l3_off = sizeof(struct ether_vlan_header); in ng_netflow_rcvdata()
/f-stack/freebsd/netgraph/
H A Dng_vlan.c518 struct ether_vlan_header *evl; in ng_vlan_rcvdata()
561 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata()
658 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata()
/f-stack/freebsd/net/
H A Dif_ethersubr.c629 struct ether_vlan_header *evl; in ether_input_internal()
641 evl = mtod(m, struct ether_vlan_header *); in ether_input_internal()
1279 struct ether_vlan_header vlan; in ether_vlan_mtap()
1319 struct ether_vlan_header *evl; in ether_vlanencap_proto()
1336 evl = mtod(m, struct ether_vlan_header *); in ether_vlanencap_proto()
H A Dethernet.h86 struct ether_vlan_header { struct
H A Dif_vlan.c1294 struct ether_vlan_header *evl; in vlan_input()
1306 evl = mtod(m, struct ether_vlan_header *); in vlan_input()
H A Diflib.c1658 tsomaxsize += sizeof(struct ether_vlan_header); in iflib_txsd_alloc()
3130 struct ether_vlan_header *eh; in iflib_parse_header()
3155 eh = mtod(m, struct ether_vlan_header *); in iflib_parse_header()
4917 if_setifheaderlen(ifp, sizeof(struct ether_vlan_header)); in iflib_device_register()
5031 sizeof(struct ether_vlan_header)); in iflib_pseudo_register()
5123 if_setifheaderlen(ifp, sizeof(struct ether_vlan_header)); in iflib_pseudo_register()
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c1201 KASSERT((sizeof(struct statusblock) + sizeof(struct ether_vlan_header) + in gen_parse_tx()
1205 offset = sizeof(struct ether_vlan_header); in gen_parse_tx()
1206 ether_type = ntohs(((struct ether_vlan_header *)p)->evl_proto); in gen_parse_tx()
1207 COPY(sizeof(struct ether_vlan_header)); in gen_parse_tx()
1208 if (m->m_len == off_in_m + sizeof(struct ether_vlan_header)) { in gen_parse_tx()
1214 off_in_m += sizeof(struct ether_vlan_header); in gen_parse_tx()
1215 p += sizeof(struct ether_vlan_header); in gen_parse_tx()
/f-stack/tools/compat/include/net/
H A Dethernet.h86 struct ether_vlan_header { struct
/f-stack/freebsd/mips/cavium/octe/
H A Docte.c193 ifp->if_hdrlen = sizeof(struct ether_vlan_header); in octe_attach()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c242 ifp->if_hdrlen = sizeof(struct ether_vlan_header); in octm_attach()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h389 #define VLAN_HLEN sizeof(struct ether_vlan_header)
/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c979 ifp->if_hdrlen = sizeof(struct ether_vlan_header); in emac_attach()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1435 ((struct ether_vlan_header *)eh + 1); in ipfw_chk()