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_any

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_flow_item_any(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_ANY

       Matches any protocol in place of the current layer, a single ANY may also stand for several protocol
       layers.

       This is usually specified as the first pattern item when looking for a protocol anywhere in a packet.

       A zeroed mask stands for any number of layers.

       Definition at line 792 of file rte_flow.h.

Field Documentation

uint32_tnum
       Number of layers covered.

       Definition at line 793 of file rte_flow.h.

Name

       rte_flow_item_any

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t num

See Also