FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
l2_input_classify_trace_t Struct Reference

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

Detailed Description

l2_input_classifier packet trace record.

Definition at line 33 of file l2_input_classify.c.

Field Documentation

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.


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