DPDK  24.03.0
Data Fields
rte_flow_action_ipv6_ext_push Struct Reference

#include <rte_flow.h>

Data Fields

uint8_t * data
 
size_t size
 
uint8_t type
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

RTE_FLOW_ACTION_TYPE_IPV6_EXT_PUSH

Valid flow definition for RTE_FLOW_ACTION_TYPE_IPV6_EXT_PUSH include:

The data must be added as the last IPv6 extension.

Definition at line 3810 of file rte_flow.h.

Field Documentation

◆ data

uint8_t* data

IPv6 extension header data.

Definition at line 3811 of file rte_flow.h.

◆ size

size_t size

Size (in bytes) of data.

Definition at line 3812 of file rte_flow.h.

◆ type

uint8_t type

Type of IPv6 extension.

Definition at line 3813 of file rte_flow.h.


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