FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
u8 | tunnel_level |
int | count |
specify where protocol header start from. More... | |
struct virtchnl_proto_hdr | proto_hdr [VIRTCHNL_MAX_NUM_PROTO_HDRS] |
Definition at line 283 of file avf_advanced_flow.h.
int virtchnl_proto_hdrs::count |
specify where protocol header start from.
0 - from the outer layer 1 - from the first inner layer 2 - from the second inner layer ....
Definition at line 293 of file avf_advanced_flow.h.
struct virtchnl_proto_hdr virtchnl_proto_hdrs::proto_hdr[VIRTCHNL_MAX_NUM_PROTO_HDRS] |
Definition at line 294 of file avf_advanced_flow.h.
u8 virtchnl_proto_hdrs::tunnel_level |
Definition at line 285 of file avf_advanced_flow.h.