Lines Matching defs:ether
439 struct rte_ether_hdr ether;
448 struct rte_ether_hdr ether;
453 struct rte_ether_hdr ether;
469 struct rte_ether_hdr ether;
484 struct rte_ether_hdr ether;
491 struct rte_ether_hdr ether;
498 struct rte_ether_hdr ether;
506 struct rte_ether_hdr ether;
513 struct rte_ether_hdr ether;
521 struct rte_ether_hdr ether;
616 rte_ether_addr_copy(&p->ether.ether.da, &d->ether.dst_addr);
617 rte_ether_addr_copy(&p->ether.ether.sa, &d->ether.src_addr);
618 d->ether.ether_type = rte_htons(ethertype);
634 rte_ether_addr_copy(&p->vlan.ether.da, &d->ether.dst_addr);
635 rte_ether_addr_copy(&p->vlan.ether.sa, &d->ether.src_addr);
636 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_VLAN);
658 rte_ether_addr_copy(&p->qinq.ether.da, &d->ether.dst_addr);
659 rte_ether_addr_copy(&p->qinq.ether.sa, &d->ether.src_addr);
660 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_QINQ);
684 rte_ether_addr_copy(&p->qinq.ether.da, &d->ether.dst_addr);
685 rte_ether_addr_copy(&p->qinq.ether.sa, &d->ether.src_addr);
686 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_VLAN);
720 rte_ether_addr_copy(&p->mpls.ether.da, &d->ether.dst_addr);
721 rte_ether_addr_copy(&p->mpls.ether.sa, &d->ether.src_addr);
722 d->ether.ether_type = rte_htons(ethertype);
747 rte_ether_addr_copy(&p->pppoe.ether.da, &d->ether.dst_addr);
748 rte_ether_addr_copy(&p->pppoe.ether.sa, &d->ether.src_addr);
749 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_PPPOE_SESSION);
777 rte_ether_addr_copy(&p->vxlan.ether.da,
778 &d->ether.dst_addr);
779 rte_ether_addr_copy(&p->vxlan.ether.sa,
780 &d->ether.src_addr);
781 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_VLAN);
818 rte_ether_addr_copy(&p->vxlan.ether.da,
819 &d->ether.dst_addr);
820 rte_ether_addr_copy(&p->vxlan.ether.sa,
821 &d->ether.src_addr);
822 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_IPV4);
855 rte_ether_addr_copy(&p->vxlan.ether.da,
856 &d->ether.dst_addr);
857 rte_ether_addr_copy(&p->vxlan.ether.sa,
858 &d->ether.src_addr);
859 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_VLAN);
892 rte_ether_addr_copy(&p->vxlan.ether.da,
893 &d->ether.dst_addr);
894 rte_ether_addr_copy(&p->vxlan.ether.sa,
895 &d->ether.src_addr);
896 d->ether.ether_type = rte_htons(RTE_ETHER_TYPE_IPV6);
992 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1007 vxlan_pkt = encap(ether, vxlan_tbl, sizeof(*vxlan_tbl));
1022 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1037 vxlan_pkt = encap(ether, vxlan_tbl, sizeof(*vxlan_tbl));
1052 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1064 vxlan_pkt = encap(ether, vxlan_tbl, sizeof(*vxlan_tbl));
1078 void *ether = RTE_MBUF_METADATA_UINT32_PTR(mbuf, ether_offset);
1090 vxlan_pkt = encap(ether, vxlan_tbl, sizeof(*vxlan_tbl));