FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
vlib_process_t Struct Reference
+ Collaboration diagram for vlib_process_t:

Data Fields

vlib_node_runtime_t node_runtime
 
clib_longjmp_t return_longjmp
 
clib_longjmp_t resume_longjmp
 
u16 flags
 
u16 log2_n_stack_bytes
 
u32 suspended_process_frame_index
 
u32 n_suspends
 
void ** pending_event_data_by_type_index
 
uwordnon_empty_event_type_bitmap
 
uwordone_time_event_type_bitmap
 
uwordevent_type_index_by_type_opaque
 
vlib_process_event_type_tevent_type_pool
 
u64 resume_cpu_time
 
vlib_cli_output_function_toutput_function
 
uword output_function_arg
 
u32 stack[0] ALIGN_ON_MULTIPLE_PAGE_BOUNDARY_FOR_MPROTECT
 

Detailed Description

Definition at line 491 of file node.h.

Field Documentation

u32 stack [0] vlib_process_t::ALIGN_ON_MULTIPLE_PAGE_BOUNDARY_FOR_MPROTECT

Definition at line 560 of file node.h.

uword* vlib_process_t::event_type_index_by_type_opaque

Definition at line 535 of file node.h.

vlib_process_event_type_t* vlib_process_t::event_type_pool

Definition at line 538 of file node.h.

u16 vlib_process_t::flags

Definition at line 507 of file node.h.

u16 vlib_process_t::log2_n_stack_bytes

Definition at line 517 of file node.h.

u32 vlib_process_t::n_suspends

Definition at line 522 of file node.h.

vlib_node_runtime_t vlib_process_t::node_runtime

Definition at line 494 of file node.h.

uword* vlib_process_t::non_empty_event_type_bitmap

Definition at line 528 of file node.h.

uword* vlib_process_t::one_time_event_type_bitmap

Definition at line 531 of file node.h.

vlib_cli_output_function_t* vlib_process_t::output_function

Definition at line 545 of file node.h.

uword vlib_process_t::output_function_arg

Definition at line 546 of file node.h.

void** vlib_process_t::pending_event_data_by_type_index

Definition at line 525 of file node.h.

u64 vlib_process_t::resume_cpu_time

Definition at line 541 of file node.h.

clib_longjmp_t vlib_process_t::resume_longjmp

Definition at line 503 of file node.h.

clib_longjmp_t vlib_process_t::return_longjmp

Definition at line 497 of file node.h.

u32 vlib_process_t::suspended_process_frame_index

Definition at line 519 of file node.h.


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