FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
punt_reason_data_t_ Struct Reference

A punt reason. More...

Data Fields

u8pd_name
 The reason name. More...
 
vlib_punt_reason_t pd_reason
 The allocated reason value. More...
 
u32pd_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...
 

Detailed Description

A punt reason.

Definition at line 34 of file punt.c.

Field Documentation

◆ pd_data

void* punt_reason_data_t_::pd_data

Data to pass to the callback.

Definition at line 64 of file punt.c.

◆ pd_fn

punt_interested_listener_t punt_reason_data_t_::pd_fn

function to invoke if a client becomes interested in the code.

Definition at line 59 of file punt.c.

◆ pd_name

u8* punt_reason_data_t_::pd_name

The reason name.

Definition at line 39 of file punt.c.

◆ pd_owners

u32* punt_reason_data_t_::pd_owners

Clients/owners that have registered this reason.

Definition at line 49 of file punt.c.

◆ pd_reason

vlib_punt_reason_t punt_reason_data_t_::pd_reason

The allocated reason value.

Definition at line 44 of file punt.c.

◆ pd_users

u32 punt_reason_data_t_::pd_users

clients interested/listening to this reason

Definition at line 54 of file punt.c.


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