Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.c999 uint32_t ether_offset = cfg->vxlan.data_offset; in pkt_work_encap_vxlan_ipv4() local
1000 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() local
1030 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() local
1060 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 …]