FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
l2_input_classifier packet trace record. More...
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... | |
l2_input_classifier packet trace record.
Definition at line 33 of file l2_input_classify.c.
u32 l2_input_classify_trace_t::next_index |
graph arc index selected for this packet
Definition at line 38 of file l2_input_classify.c.
u32 l2_input_classify_trace_t::session_offset |
offset in classifier heap of the corresponding session
Definition at line 42 of file l2_input_classify.c.
u32 l2_input_classify_trace_t::sw_if_index |
interface handle for the ith packet
Definition at line 36 of file l2_input_classify.c.
u32 l2_input_classify_trace_t::table_index |
classifier table which provided the final result
Definition at line 40 of file l2_input_classify.c.