DPDK  20.05.0-rc0
Data Fields
rte_gtp_hdr Struct Reference

#include <rte_gtp.h>

Data Fields

uint8_t gtp_hdr_info
 
uint8_t msg_type
 
uint16_t plen
 
uint32_t teid
 

Detailed Description

Simplified GTP protocol header. Contains 8-bit header info, 8-bit message type, 16-bit payload length after mandatory header, 32-bit TEID. No optional fields and next extension header.

Definition at line 30 of file rte_gtp.h.

Field Documentation

uint8_t gtp_hdr_info

GTP header info

Definition at line 31 of file rte_gtp.h.

uint8_t msg_type

GTP message type

Definition at line 32 of file rte_gtp.h.

uint16_t plen

Total payload length

Definition at line 33 of file rte_gtp.h.

uint32_t teid

Tunnel endpoint ID

Definition at line 34 of file rte_gtp.h.


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