logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_item_pppoe

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_flow_item_pppoe(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_PPPOE.

       Matches a PPPoE header.

       Definition at line 1655 of file rte_flow.h.

Field Documentation

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

       Definition at line 1659 of file rte_flow.h.

   uint8_tcode
       Message type.

       Definition at line 1660 of file rte_flow.h.

   rte_be16_tsession_id
       Session identifier.

       Definition at line 1661 of file rte_flow.h.

   rte_be16_tlength
       Payload length.

       Definition at line 1662 of file rte_flow.h.

Name

       rte_flow_item_pppoe

Synopsis

       #include <rte_flow.h>

   DataFields
       uint8_t version_type
       uint8_t coderte_be16_tsession_idrte_be16_tlength

See Also