FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
A punt reason. More...
Data Fields | |
u8 * | pd_name |
The reason name. More... | |
vlib_punt_reason_t | pd_reason |
The allocated reason value. More... | |
u32 * | pd_owners |
Clients/owners that have registered this reason. More... | |
u32 | pd_users |
clients interested/listening to this reason More... | |
punt_interested_listener_t | pd_fn |
function to invoke if a client becomes interested in the code. More... | |
void * | pd_data |
Data to pass to the callback. More... | |
u32 | flags |
Flags associated to the reason. More... | |
format_function_t * | flags_format |
Formatting function for flags;. More... | |
u32 punt_reason_data_t_::flags |
format_function_t* punt_reason_data_t_::flags_format |
void* punt_reason_data_t_::pd_data |
punt_interested_listener_t punt_reason_data_t_::pd_fn |
u32* punt_reason_data_t_::pd_owners |
vlib_punt_reason_t punt_reason_data_t_::pd_reason |
u32 punt_reason_data_t_::pd_users |