DPDK  22.07.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 1582 of file rte_flow.h.

Field Documentation

◆ version_type

uint8_t version_type

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

Definition at line 1586 of file rte_flow.h.

◆ code

uint8_t code

Message type.

Definition at line 1587 of file rte_flow.h.

◆ session_id

rte_be16_t session_id

Session identifier.

Definition at line 1588 of file rte_flow.h.

◆ length

rte_be16_t length

Payload length.

Definition at line 1589 of file rte_flow.h.


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