FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
l2_output_classify_trace_t Struct Reference

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

Definition at line 27 of file l2_output_classify.c.

Field Documentation

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.


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