| DPDK
    18.11.11
    | 
#include <rte_flow_driver.h>
| Data Fields | |
| const int *const | next | 
| enum rte_flow_item_type | type | 
| uint64_t | rss_types | 
Node object of input graph for rte_flow_expand_rss().
Definition at line 124 of file rte_flow_driver.h.
| const int* const next | 
List of next node indexes. Index 0 is interpreted as a terminator.
Definition at line 125 of file rte_flow_driver.h.
| enum rte_flow_item_type type | 
Pattern item type of current node.
Definition at line 129 of file rte_flow_driver.h.
| uint64_t rss_types | 
RSS types bit-field associated with this node (see ETH_RSS_* definitions).
Definition at line 131 of file rte_flow_driver.h.
 1.8.9.1
 1.8.9.1