Searched refs:ether_offset (Results 1 – 1 of 1) sorted by relevance
1001 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4() local1002 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv4()1022 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv4()1031 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4_vlan() local1032 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv4_vlan()1052 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv4_vlan()1061 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6() local1062 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset); in pkt_work_encap_vxlan_ipv6()1078 mbuf->data_off = ether_offset - (sizeof(struct rte_mbuf) + sizeof(*vxlan_pkt)); in pkt_work_encap_vxlan_ipv6()1087 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv6_vlan() local[all …]