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_ipv4_header

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_table_action_ipv4_header(3)

Detailed Description

       Pre-computed IPv4 header fields for encapsulation action.

       Definition at line 414 of file rte_table_action.h.

Field Documentation

uint32_tsa
       Source address.

       Definition at line 415 of file rte_table_action.h.

   uint32_tda
       Destination address.

       Definition at line 416 of file rte_table_action.h.

   uint8_tdscp
       DiffServ Code Point (DSCP).

       Definition at line 417 of file rte_table_action.h.

   uint8_tttl
       Time To Live (TTL).

       Definition at line 418 of file rte_table_action.h.

Name

       rte_table_action_ipv4_header

Synopsis

       #include <rte_table_action.h>

   DataFields
       uint32_t sa
       uint32_t da
       uint8_t dscp
       uint8_t ttl

See Also