DPDK  21.02.0
Data Fields
rte_flow_item_pppoe Struct Reference

#include <rte_flow.h>

Data Fields

uint8_t version_type
 
uint8_t code
 
rte_be16_t session_id
 
rte_be16_t length
 

Detailed Description

RTE_FLOW_ITEM_TYPE_PPPOE.

Matches a PPPoE header.

Definition at line 1411 of file rte_flow.h.

Field Documentation

uint8_t version_type

Version (4b), type (4b).

Definition at line 1415 of file rte_flow.h.

uint8_t code

Message type.

Definition at line 1416 of file rte_flow.h.

rte_be16_t session_id

Session identifier.

Definition at line 1417 of file rte_flow.h.

rte_be16_t length

Payload length.

Definition at line 1418 of file rte_flow.h.


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