Lines Matching defs:ether_offset
991 uint32_t ether_offset = cfg->vxlan.data_offset;
992 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1012 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt));
1021 uint32_t ether_offset = cfg->vxlan.data_offset;
1022 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1042 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt));
1051 uint32_t ether_offset = cfg->vxlan.data_offset;
1052 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1068 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt));
1077 uint32_t ether_offset = cfg->vxlan.data_offset;
1078 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1094 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt));