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_table_action_ttl_config

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_table_action_ttl_config(3)

Detailed Description

       RTE_TABLE_ACTION_TTL TTL action configuration (per table action profile).

       Definition at line 612 of file rte_table_action.h.

Field Documentation

intdrop
       When non-zero, the input packets whose updated IPv4 Time to Live (TTL) field or IPv6 Hop Limit (HL) field
       is zero are dropped. When zero, the input packets whose updated IPv4 TTL field or IPv6 HL field is zero
       are forwarded as usual (typically for debugging purpose).

       Definition at line 619 of file rte_table_action.h.

   intn_packets_enabled
       When non-zero, the n_packets stats counter for TTL action is enabled, otherwise disabled.

       Seealso
           struct rte_table_action_ttl_counters

       Definition at line 626 of file rte_table_action.h.

Name

       rte_table_action_ttl_config

Synopsis

       #include <rte_table_action.h>

   DataFields
       int drop
       int n_packets_enabled

See Also