FD.io VPP
v21.01
Vector Packet Processing
|
A struct to hold tracing information for the MPLS label imposition node. More...
Data Fields | |
bier_bp_t | bp |
BIER source BP used in the lookup - host order. More... | |
index_t | bdti |
BIER disp table. More... | |
A struct to hold tracing information for the MPLS label imposition node.
Definition at line 23 of file bier_disp_lookup_node.c.
index_t bier_disp_lookup_trace_t_::bdti |
BIER disp table.
Definition at line 32 of file bier_disp_lookup_node.c.
bier_bp_t bier_disp_lookup_trace_t_::bp |
BIER source BP used in the lookup - host order.
Definition at line 28 of file bier_disp_lookup_node.c.