FD.io VPP  v19.08-27-gf4dcae4
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...
 

Detailed Description

A punt reason.

Definition at line 34 of file punt.c.

Field Documentation

u8* punt_reason_data_t_::pd_name

The reason name.

Definition at line 39 of file punt.c.

u32* punt_reason_data_t_::pd_owners

Clients/owners that have registered this reason.

Definition at line 49 of file punt.c.

vlib_punt_reason_t punt_reason_data_t_::pd_reason

The allocated reason value.

Definition at line 44 of file punt.c.


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