FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
punt_reg_t_ Struct Reference

A registration, by a client, to direct punted traffic to a given node. More...

Data Fields

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...
 

Detailed Description

A registration, by a client, to direct punted traffic to a given node.

Definition at line 66 of file punt.c.

Field Documentation

u16 punt_reg_t_::pr_edge

The edge from the punt dispatch node to the requested node.

Definition at line 81 of file punt.c.

u16 punt_reg_t_::pr_locks

number of clients that have made this registration

Definition at line 76 of file punt.c.

u32 punt_reg_t_::pr_node_index

node-index to send punted packets to

Definition at line 86 of file punt.c.

vlib_punt_reason_t punt_reg_t_::pr_reason

Reason the packets were punted.

Definition at line 71 of file punt.c.


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