Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_table_action_ttl_params(3)	     DPDK	rte_table_action_ttl_params(3)

NAME
       rte_table_action_ttl_params

SYNOPSIS
       #include	<rte_table_action.h>

   Data	Fields
       int decrement

Detailed Description
       TTL action parameters (per table	rule).

       Definition at line 630 of file rte_table_action.h.

Field Documentation
   int decrement
       When non-zero, decrement	the IPv4 TTL field and update the checksum
       field, or decrement the IPv6 HL field. When zero, the IPv4 TTL field or
       the IPv6	HL field is not	changed.

       Definition at line 635 of file rte_table_action.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026	rte_table_action_ttl_params(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=decrement&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help