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

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

+ Collaboration diagram for punt_reg_t_:

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

Detailed Description

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

Definition at line 64 of file punt.h.

Field Documentation

◆ pr_edge

u16 punt_reg_t_::pr_edge

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

Definition at line 96 of file punt.c.

◆ pr_locks

u16 punt_reg_t_::pr_locks

number of clients that have made this registration

Definition at line 91 of file punt.c.

◆ pr_node_index

u32 punt_reg_t_::pr_node_index

node-index to send punted packets to

Definition at line 101 of file punt.c.

◆ pr_reason

vlib_punt_reason_t punt_reg_t_::pr_reason

Reason the packets were punted.

Definition at line 86 of file punt.c.

◆ punt

punt_union_t punt_reg_t_::punt

Definition at line 67 of file punt.h.

◆ type

punt_type_t punt_reg_t_::type

Definition at line 66 of file punt.h.


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