FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
avf_gtp_hdr Struct Reference

Matches a GTPv1 header. More...

Data Fields

u8 v_pt_rsv_flags
 Version (3b), protocol type (1b), reserved (1b), Extension header flag (1b), Sequence number flag (1b), N-PDU number flag (1b). More...
 
u8 msg_type
 Message type. More...
 
u16 msg_len
 Message length. More...
 
u32 teid
 Tunnel endpoint identifier. More...
 

Detailed Description

Matches a GTPv1 header.

Definition at line 693 of file avf_advanced_flow.h.

Field Documentation

◆ msg_len

u16 avf_gtp_hdr::msg_len

Message length.

Definition at line 703 of file avf_advanced_flow.h.

◆ msg_type

u8 avf_gtp_hdr::msg_type

Message type.

Definition at line 702 of file avf_advanced_flow.h.

◆ teid

u32 avf_gtp_hdr::teid

Tunnel endpoint identifier.

Definition at line 704 of file avf_advanced_flow.h.

◆ v_pt_rsv_flags

u8 avf_gtp_hdr::v_pt_rsv_flags

Version (3b), protocol type (1b), reserved (1b), Extension header flag (1b), Sequence number flag (1b), N-PDU number flag (1b).

Definition at line 701 of file avf_advanced_flow.h.


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