DPDK  19.11.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
rte_flow_item_ipv6 Struct Reference

#include <rte_flow.h>

Data Fields

struct rte_ipv6_hdr hdr
 
uint32_t is_frag:1
 
uint32_t reserved:31
 

Detailed Description

RTE_FLOW_ITEM_TYPE_IPV6.

Matches an IPv6 header.

Note: IPv6 options are handled by dedicated pattern items, see RTE_FLOW_ITEM_TYPE_IPV6_EXT.

Definition at line 778 of file rte_flow.h.

Field Documentation

struct rte_ipv6_hdr hdr

IPv6 header definition.

Definition at line 779 of file rte_flow.h.

uint32_t is_frag

Is IPv6 packet fragmented/non-fragmented.

Definition at line 780 of file rte_flow.h.

uint32_t reserved

Reserved, must be zero.

Definition at line 781 of file rte_flow.h.


The documentation for this struct was generated from the following file: