DPDK
24.07.0
|
#include <rte_vxlan.h>
VXLAN-GPE protocol header (draft-ietf-nvo3-vxlan-gpe-05). Contains the 8-bit flag, 8-bit next-protocol, 24-bit VXLAN Network Identifier and Reserved fields (16 bits and 8 bits).
Definition at line 119 of file rte_vxlan.h.
uint8_t vx_flags |
flag (8).
Definition at line 122 of file rte_vxlan.h.
uint8_t reserved[2] |
Reserved (16).
Definition at line 123 of file rte_vxlan.h.
uint8_t protocol |
next-protocol (8).
Definition at line 124 of file rte_vxlan.h.
rte_be32_t vx_vni |
VNI (24) + Reserved (8).
Definition at line 125 of file rte_vxlan.h.
uint8_t flags |
Flags.
Definition at line 128 of file rte_vxlan.h.
uint8_t rsvd0[2] |
Reserved.
Definition at line 129 of file rte_vxlan.h.
uint8_t proto |
Next protocol.
Definition at line 130 of file rte_vxlan.h.
uint8_t vni[3] |
VXLAN identifier.
Definition at line 131 of file rte_vxlan.h.
uint8_t rsvd1 |
Reserved.
Definition at line 132 of file rte_vxlan.h.