| rte_vxlan_gpe_hdr(3) | Library Functions Manual | rte_vxlan_gpe_hdr(3) |
rte_vxlan_gpe_hdr
#include <rte_vxlan.h>
Deprecated
See also
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 114 of file rte_vxlan.h.
flag (8).
Definition at line 117 of file rte_vxlan.h.
Reserved (16).
Definition at line 118 of file rte_vxlan.h.
next-protocol (8).
Definition at line 119 of file rte_vxlan.h.
VNI (24) + Reserved (8).
Definition at line 120 of file rte_vxlan.h.
Flags.
Definition at line 123 of file rte_vxlan.h.
Reserved.
Definition at line 124 of file rte_vxlan.h.
Next protocol.
Definition at line 125 of file rte_vxlan.h.
VXLAN identifier.
Definition at line 126 of file rte_vxlan.h.
Reserved.
Definition at line 127 of file rte_vxlan.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |