FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Data Fields | |
u32 | sw_if_index |
interface handle for the ith packet More... | |
u32 | next_index |
graph arc index selected for this packet More... | |
u32 | table_index |
classifier table which provided the final result More... | |
u32 | session_offset |
offset in classifier heap of the corresponding session More... | |
Definition at line 27 of file l2_output_classify.c.
u32 l2_output_classify_trace_t::next_index |
graph arc index selected for this packet
Definition at line 32 of file l2_output_classify.c.
u32 l2_output_classify_trace_t::session_offset |
offset in classifier heap of the corresponding session
Definition at line 36 of file l2_output_classify.c.
u32 l2_output_classify_trace_t::sw_if_index |
interface handle for the ith packet
Definition at line 30 of file l2_output_classify.c.
u32 l2_output_classify_trace_t::table_index |
classifier table which provided the final result
Definition at line 34 of file l2_output_classify.c.