NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_header_geneve Struct Reference

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
 

Detailed Description

doca flow GENEVE header.

Definition at line 363 of file doca_flow_net.h.

Field Documentation

◆ next_proto

doca_be16_t doca_flow_header_geneve::next_proto

next protocol

Definition at line 368 of file doca_flow_net.h.

◆ o_c

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.

◆ ver_opt_len

uint8_t doca_flow_header_geneve::ver_opt_len

version (2) + options length (6).

Definition at line 364 of file doca_flow_net.h.

◆ vni

doca_be32_t doca_flow_header_geneve::vni

geneve vni (24) + reserved (8).

Definition at line 370 of file doca_flow_net.h.


The documentation for this struct was generated from the following file: