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

doca flow header format for entropy More...

#include <doca_flow.h>

Collaboration diagram for doca_flow_entropy_format:

Data Fields

enum doca_flow_l3_type l3_type
 
union {
   struct doca_flow_header_ip4   ip4
 
   struct doca_flow_header_ip6   ip6
 
}; 
 
enum doca_flow_l4_type_ext l4_type_ext
 
struct doca_flow_header_l4_port transport
 

Detailed Description

doca flow header format for entropy

Definition at line 473 of file doca_flow.h.

Field Documentation

◆ 

union { ... }

◆ ip4

struct doca_flow_header_ip4 doca_flow_entropy_format::ip4

ipv4 head

Definition at line 442 of file doca_flow.h.

◆ ip6

struct doca_flow_header_ip6 doca_flow_entropy_format::ip6

ipv6 head

Definition at line 442 of file doca_flow.h.

◆ l3_type

enum doca_flow_l3_type doca_flow_entropy_format::l3_type

layer 3 protocol type

Definition at line 442 of file doca_flow.h.

◆ l4_type_ext

enum doca_flow_l4_type_ext doca_flow_entropy_format::l4_type_ext

l4 layer extend type

Definition at line 442 of file doca_flow.h.

◆ transport

struct doca_flow_header_l4_port doca_flow_entropy_format::transport

transport layer source and destination port

Definition at line 442 of file doca_flow.h.


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