Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_flow_item_pppoe - Man Page

Synopsis

#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 1630 of file rte_flow.h.

Field Documentation

uint8_t version_type

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

Definition at line 1634 of file rte_flow.h.

uint8_t code

Message type.

Definition at line 1635 of file rte_flow.h.

rte_be16_t session_id

Session identifier.

Definition at line 1636 of file rte_flow.h.

rte_be16_t length

Payload length.

Definition at line 1637 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK