DPDK  24.03.0
Data Fields
rte_flow_modify_conntrack Struct Reference

#include <rte_flow.h>

Data Fields

struct rte_flow_action_conntrack new_ct
 
uint32_t direction:1
 
uint32_t state:1
 
uint32_t reserved:30
 

Detailed Description

RTE_FLOW_ACTION_TYPE_CONNTRACK

Wrapper structure for the context update interface. Ports cannot support updating, and the only valid solution is to destroy the old context and create a new one instead.

Definition at line 4069 of file rte_flow.h.

Field Documentation

◆ new_ct

New connection tracking parameters to be updated.

Definition at line 4071 of file rte_flow.h.

◆ direction

uint32_t direction

The direction field will be updated.

Definition at line 4073 of file rte_flow.h.

◆ state

uint32_t state

All the other fields except direction will be updated.

Definition at line 4075 of file rte_flow.h.

◆ reserved

uint32_t reserved

Reserved bits for the future usage.

Definition at line 4077 of file rte_flow.h.


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