FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vlib_next_frame_t Struct Reference
+ Collaboration diagram for vlib_next_frame_t:

Data Fields

vlib_frame_tframe
 
u32 node_runtime_index
 
u32 flags
 
u32 vectors_since_last_overflow
 

Detailed Description

Definition at line 403 of file node.h.

Field Documentation

◆ flags

u32 vlib_next_frame_t::flags

Definition at line 412 of file node.h.

◆ frame

vlib_frame_t* vlib_next_frame_t::frame

Definition at line 406 of file node.h.

◆ node_runtime_index

u32 vlib_next_frame_t::node_runtime_index

Definition at line 409 of file node.h.

◆ vectors_since_last_overflow

u32 vlib_next_frame_t::vectors_since_last_overflow

Definition at line 438 of file node.h.


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