Searched refs:ether_offset (Results 1 – 1 of 1) sorted by relevance
999 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4() local1000 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv4()1020 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv4()1029 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4_vlan() local1030 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv4_vlan()1050 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv4_vlan()1059 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6() local1060 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv6()1076 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv6()1085 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6_vlan() local[all …]