DOKK / manpages / debian 13 / dpdk-doc / rte_mpls_hdr.3.en
rte_mpls_hdr(3) Library Functions Manual rte_mpls_hdr(3)

rte_mpls_hdr

#include <rte_mpls.h>


rte_be16_t tag_msb
uint8_t tag_lsb:4
uint8_t tc:3
uint8_t bs:1
uint8_t ttl

MPLS header.

Definition at line 21 of file rte_mpls.h.

rte_be16_t tag_msb

Label(msb).

Definition at line 22 of file rte_mpls.h.

Label(lsb).

Definition at line 24 of file rte_mpls.h.

Traffic class.

Definition at line 25 of file rte_mpls.h.

Bottom of stack.

Definition at line 26 of file rte_mpls.h.

Time to live.

Definition at line 32 of file rte_mpls.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK