table of contents
rte_vxlan_hdr(3) | DPDK | rte_vxlan_hdr(3) |
NAME¶
rte_vxlan_hdr
SYNOPSIS¶
#include <rte_vxlan.h>
Detailed Description¶
VXLAN protocol header. Contains the 8-bit flag, 24-bit VXLAN Network Identifier and Reserved fields (24 bits and 8 bits)
Definition at line 34 of file rte_vxlan.h.
Field Documentation¶
rte_be32_t vx_flags¶
flags (8) + Reserved (24).
Definition at line 37 of file rte_vxlan.h.
rte_be32_t vx_vni¶
VNI (24) + Reserved (8).
Definition at line 38 of file rte_vxlan.h.
uint8_t flags¶
Should be 8 (I flag).
Definition at line 41 of file rte_vxlan.h.
uint8_t rsvd0[3]¶
Reserved.
Definition at line 42 of file rte_vxlan.h.
uint8_t vni[3]¶
VXLAN identifier.
Definition at line 43 of file rte_vxlan.h.
uint8_t rsvd1¶
Reserved.
Definition at line 44 of file rte_vxlan.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |