FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Data Fields | |
vlib_node_function_t * | function |
u8 * | name |
u32 | name_elog_string |
vlib_node_stats_t | stats_total |
vlib_node_stats_t | stats_last_clear |
vlib_node_type_t | type |
u32 | index |
u32 | runtime_index |
void * | runtime_data |
u16 | flags |
u8 | state |
u8 | runtime_data_bytes |
u16 | n_errors |
u16 | scalar_size |
u16 | vector_size |
u32 | error_heap_handle |
u32 | error_heap_index |
char ** | error_strings |
char ** | next_node_names |
u32 * | next_nodes |
char * | sibling_of |
uword * | sibling_bitmap |
u64 * | n_vectors_by_next_node |
uword * | next_slot_by_node |
uword * | prev_node_bitmap |
u32 | owner_node_index |
u32 | owner_next_index |
format_function_t * | format_buffer |
unformat_function_t * | unformat_buffer |
format_function_t * | format_trace |
u8 *(* | validate_frame )(struct vlib_main_t *vm, struct vlib_node_runtime_t *, struct vlib_frame_t *f) |
u8 * | state_string |
format_function_t* vlib_node_t::format_buffer |
format_function_t* vlib_node_t::format_trace |
vlib_node_function_t* vlib_node_t::function |
vlib_node_stats_t vlib_node_t::stats_last_clear |
vlib_node_stats_t vlib_node_t::stats_total |
vlib_node_type_t vlib_node_t::type |
unformat_function_t* vlib_node_t::unformat_buffer |
u8*(* vlib_node_t::validate_frame) (struct vlib_main_t *vm, struct vlib_node_runtime_t *, struct vlib_frame_t *f) |