FD.io VPP  v19.01.3-6-g70449b9b9
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 426 of file node.h.

Field Documentation

◆ flags

u32 vlib_next_frame_t::flags

Definition at line 435 of file node.h.

◆ frame

vlib_frame_t* vlib_next_frame_t::frame

Definition at line 429 of file node.h.

◆ node_runtime_index

u32 vlib_next_frame_t::node_runtime_index

Definition at line 432 of file node.h.

◆ vectors_since_last_overflow

u32 vlib_next_frame_t::vectors_since_last_overflow

Definition at line 461 of file node.h.


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