|
DPDK
17.11.10
|
#include <rte_flow.h>
Data Fields | |
| size_t | size |
| struct rte_flow_attr | attr |
| struct rte_flow_item * | items |
| struct rte_flow_action * | actions |
| uint8_t | data [] |
Generic flow representation.
This form is sufficient to describe an rte_flow independently from any PMD implementation and allows for replayability and identification.
Definition at line 1441 of file rte_flow.h.
| size_t size |
Allocated space including data[].
Definition at line 1442 of file rte_flow.h.
| struct rte_flow_attr attr |
Attributes.
Definition at line 1443 of file rte_flow.h.
| struct rte_flow_item* items |
Items.
Definition at line 1444 of file rte_flow.h.
| struct rte_flow_action* actions |
Actions.
Definition at line 1445 of file rte_flow.h.
| uint8_t data[] |
Storage for items/actions.
Definition at line 1446 of file rte_flow.h.
1.8.9.1