logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_modify_conntrack

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_flow_modify_conntrack(3)

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 4087 of file rte_flow.h.

Field Documentation

structrte_flow_action_conntracknew_ct
       New connection tracking parameters to be updated.

       Definition at line 4089 of file rte_flow.h.

   uint32_tdirection
       The direction field will be updated.

       Definition at line 4091 of file rte_flow.h.

   uint32_tstate
       All the other fields except direction will be updated.

       Definition at line 4093 of file rte_flow.h.

   uint32_treserved
       Reserved bits for the future usage.

       Definition at line 4095 of file rte_flow.h.

Name

       rte_flow_modify_conntrack

Synopsis

       #include <rte_flow.h>

   DataFields
       struct rte_flow_action_conntracknew_ct
       uint32_t direction:1
       uint32_t state:1
       uint32_t reserved:30

See Also