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

doca flow ipv6 header in match data More...

#include <doca_flow_net.h>

Data Fields

doca_be32_t src_ip [4]
 
doca_be32_t dst_ip [4]
 
uint8_t traffic_class
 
doca_be32_t flow_label
 
doca_be16_t payload_len
 
uint8_t next_proto
 
uint8_t hop_limit
 

Detailed Description

doca flow ipv6 header in match data

Definition at line 306 of file doca_flow_net.h.

Field Documentation

◆ dst_ip

doca_be32_t doca_flow_header_ip6::dst_ip[4]

ip dst address

Definition at line 309 of file doca_flow_net.h.

◆ flow_label

doca_be32_t doca_flow_header_ip6::flow_label

reserved (12) + flow label (20)

Definition at line 313 of file doca_flow_net.h.

◆ hop_limit

uint8_t doca_flow_header_ip6::hop_limit

hop limit

Definition at line 319 of file doca_flow_net.h.

◆ next_proto

uint8_t doca_flow_header_ip6::next_proto

ip next protocol

Definition at line 317 of file doca_flow_net.h.

◆ payload_len

doca_be16_t doca_flow_header_ip6::payload_len

payload length

Definition at line 315 of file doca_flow_net.h.

◆ src_ip

doca_be32_t doca_flow_header_ip6::src_ip[4]

ip src address

Definition at line 307 of file doca_flow_net.h.

◆ traffic_class

uint8_t doca_flow_header_ip6::traffic_class

traffic class

Definition at line 311 of file doca_flow_net.h.


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