FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
A registration, by a client, to direct punted traffic to a given node. More...
Data Fields | |
punt_type_t | type |
punt_union_t | punt |
vlib_punt_reason_t | pr_reason |
Reason the packets were punted. More... | |
u16 | pr_locks |
number of clients that have made this registration More... | |
u16 | pr_edge |
The edge from the punt dispatch node to the requested node. More... | |
u32 | pr_node_index |
node-index to send punted packets to More... | |
A registration, by a client, to direct punted traffic to a given node.
u16 punt_reg_t_::pr_edge |
u16 punt_reg_t_::pr_locks |
u32 punt_reg_t_::pr_node_index |
vlib_punt_reason_t punt_reg_t_::pr_reason |
punt_union_t punt_reg_t_::punt |
punt_type_t punt_reg_t_::type |