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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                 rte_mpls_hdr(3)

Detailed Description

       MPLS header.

       Definition at line 21 of file rte_mpls.h.

Field Documentation

rte_be16_ttag_msbLabel(msb).

       Definition at line 22 of file rte_mpls.h.

   uint8_ttag_lsb
       Label(lsb).

       Definition at line 24 of file rte_mpls.h.

   uint8_ttc
       Traffic class.

       Definition at line 25 of file rte_mpls.h.

   uint8_tbs
       Bottom of stack.

       Definition at line 26 of file rte_mpls.h.

   uint8_tttl
       Time to live.

       Definition at line 32 of file rte_mpls.h.

Name

       rte_mpls_hdr

Synopsis

       #include <rte_mpls.h>

   DataFieldsrte_be16_ttag_msb
       uint8_t tag_lsb:4
       uint8_t tc:3
       uint8_t bs:1
       uint8_t ttl

See Also