table of contents
rte_flow_item_vxlan(3) | DPDK | rte_flow_item_vxlan(3) |
NAME¶
rte_flow_item_vxlan
SYNOPSIS¶
#include <rte_flow.h>
Detailed Description¶
RTE_FLOW_ITEM_TYPE_VXLAN.
Matches a VXLAN header (RFC 7348).
Definition at line 1091 of file rte_flow.h.
Field Documentation¶
uint8_t flags¶
Normally 0x08 (I flag).
Definition at line 1098 of file rte_flow.h.
uint8_t rsvd0[3]¶
Reserved, normally 0x000000.
Definition at line 1099 of file rte_flow.h.
uint8_t vni[3]¶
VXLAN identifier.
Definition at line 1100 of file rte_flow.h.
uint8_t rsvd1¶
Reserved, normally 0x00.
Definition at line 1101 of file rte_flow.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |