FD.io VPP  v20.05-21-gb1500e9ff
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 405 of file node.h.

Field Documentation

◆ flags

u32 vlib_next_frame_t::flags

Definition at line 414 of file node.h.

◆ frame

vlib_frame_t* vlib_next_frame_t::frame

Definition at line 408 of file node.h.

◆ node_runtime_index

u32 vlib_next_frame_t::node_runtime_index

Definition at line 411 of file node.h.

◆ vectors_since_last_overflow

u32 vlib_next_frame_t::vectors_since_last_overflow

Definition at line 440 of file node.h.


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