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_mpls_hdr

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_table_action_mpls_hdr(3)

Detailed Description

       Pre-computed MPLS header fields for encapsulation action.

       Definition at line 402 of file rte_table_action.h.

Field Documentation

uint32_tlabel
       Label.

       Definition at line 403 of file rte_table_action.h.

   uint8_ttc
       Traffic Class (TC).

       Definition at line 404 of file rte_table_action.h.

   uint8_tttl
       Time to Live (TTL).

       Definition at line 405 of file rte_table_action.h.

Name

       rte_table_action_mpls_hdr

Synopsis

       #include <rte_table_action.h>

   DataFields
       uint32_t label
       uint8_t tc
       uint8_t ttl

See Also