FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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... | |
Matches a GTPv1 header.
Definition at line 693 of file avf_advanced_flow.h.
u16 avf_gtp_hdr::msg_len |
Message length.
Definition at line 703 of file avf_advanced_flow.h.
u8 avf_gtp_hdr::msg_type |
Message type.
Definition at line 702 of file avf_advanced_flow.h.
u32 avf_gtp_hdr::teid |
Tunnel endpoint identifier.
Definition at line 704 of file avf_advanced_flow.h.
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.