| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow GENEVE header. More...
#include <doca_flow_net.h>
Data Fields | |
| uint8_t | ver_opt_len |
| uint8_t | o_c |
| doca_be16_t | next_proto |
| doca_be32_t | vni |
doca flow GENEVE header.
Definition at line 363 of file doca_flow_net.h.
| doca_be16_t doca_flow_header_geneve::next_proto |
next protocol
Definition at line 368 of file doca_flow_net.h.
| uint8_t doca_flow_header_geneve::o_c |
OAM packet (1) + critical options present (1) + reserved (6).
Definition at line 366 of file doca_flow_net.h.
| uint8_t doca_flow_header_geneve::ver_opt_len |
version (2) + options length (6).
Definition at line 364 of file doca_flow_net.h.
| doca_be32_t doca_flow_header_geneve::vni |
geneve vni (24) + reserved (8).
Definition at line 370 of file doca_flow_net.h.