![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
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... | |
| 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 |