DPDK  22.07.0
Data Fields
rte_mpls_hdr Struct Reference

#include <rte_mpls.h>

Data Fields

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

Detailed Description

MPLS header.

Definition at line 25 of file rte_mpls.h.

Field Documentation

◆ tag_msb

uint16_t tag_msb

Label(msb).

Definition at line 26 of file rte_mpls.h.

◆ tag_lsb

uint8_t tag_lsb

Label(lsb).

Definition at line 28 of file rte_mpls.h.

◆ tc

uint8_t tc

Traffic class.

Definition at line 29 of file rte_mpls.h.

◆ bs

uint8_t bs

Bottom of stack.

Definition at line 30 of file rte_mpls.h.

◆ ttl

uint8_t ttl

Time to live.

Definition at line 36 of file rte_mpls.h.


The documentation for this struct was generated from the following file: