API Reference Manual
1.46.0
|
Parser configuration. More...
#include <packet_io_types.h>
Data Fields | |
odp_proto_layer_t | layer |
Protocol parsing level in packet input. More... | |
Parser configuration.
Definition at line 554 of file api/spec/packet_io_types.h.
odp_proto_layer_t odp_pktio_parser_config_t::layer |
Protocol parsing level in packet input.
Application requires that protocol headers in a packet are checked up to this layer during packet input. Use ODP_PROTO_LAYER_ALL for all layers. Packet metadata for this and all preceding layers are set. In addition, offset (and pointer) to the next layer is set. Other layer/protocol specific metadata have undefined values.
The default value is ODP_PROTO_LAYER_ALL.
Definition at line 564 of file api/spec/packet_io_types.h.