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_ipv6_header

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_table_action_ipv6_header(3)

Detailed Description

       Pre-computed IPv6 header fields for encapsulation action.

       Definition at line 422 of file rte_table_action.h.

Field Documentation

structrte_ipv6_addrsa
       Source address.

       Definition at line 423 of file rte_table_action.h.

   structrte_ipv6_addrda
       Destination address.

       Definition at line 424 of file rte_table_action.h.

   uint32_tflow_label
       Flow label.

       Definition at line 425 of file rte_table_action.h.

   uint8_tdscp
       DiffServ Code Point (DSCP).

       Definition at line 426 of file rte_table_action.h.

   uint8_thop_limit
       Hop Limit (HL).

       Definition at line 427 of file rte_table_action.h.

Name

       rte_table_action_ipv6_header

Synopsis

       #include <rte_table_action.h>

   DataFields
       struct rte_ipv6_addrsa
       struct rte_ipv6_addrda
       uint32_t flow_label
       uint8_t dscp
       uint8_t hop_limit

See Also