DPDK  24.03.0
Data Fields
rte_ipv6_routing_ext Struct Reference

#include <rte_ip.h>

Data Fields

uint8_t next_hdr
 
uint8_t hdr_len
 
uint8_t type
 
uint8_t segments_left
 
rte_be32_t flags
 
uint8_t last_entry
 
uint8_t flag
 
rte_be16_t tag
 

Detailed Description

IPv6 Routing Extension Header

Definition at line 543 of file rte_ip.h.

Field Documentation

◆ next_hdr

uint8_t next_hdr

Protocol, next header.

Definition at line 544 of file rte_ip.h.

◆ hdr_len

uint8_t hdr_len

Header length.

Definition at line 545 of file rte_ip.h.

◆ type

uint8_t type

Extension header type.

Definition at line 546 of file rte_ip.h.

◆ segments_left

uint8_t segments_left

Valid segments number.

Definition at line 547 of file rte_ip.h.

◆ flags

rte_be32_t flags

Packet control data per type.

Definition at line 550 of file rte_ip.h.

◆ last_entry

uint8_t last_entry

The last_entry field of SRH

Definition at line 552 of file rte_ip.h.

◆ flag

uint8_t flag

Packet flag.

Definition at line 553 of file rte_ip.h.

◆ tag

Packet tag.

Definition at line 554 of file rte_ip.h.


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