DPDK
17.11.10
|
#include <rte_flow.h>
Data Fields | |
rte_be16_t | tpid |
rte_be16_t | tci |
RTE_FLOW_ITEM_TYPE_VLAN
Matches an 802.1Q/ad VLAN tag.
This type normally follows either RTE_FLOW_ITEM_TYPE_ETH or RTE_FLOW_ITEM_TYPE_VLAN.
Definition at line 499 of file rte_flow.h.
rte_be16_t tpid |
Tag protocol identifier.
Definition at line 500 of file rte_flow.h.
rte_be16_t tci |
Tag control information.
Definition at line 501 of file rte_flow.h.