| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow CT IPv6 match pattern More...
#include <doca_flow_ct.h>

Data Fields | |
| struct doca_flow_header_l4_port | l4_port |
| doca_be32_t | src_ip [4] |
| doca_be32_t | dst_ip [4] |
| doca_be32_t | metadata |
| uint8_t | next_proto |
doca flow CT IPv6 match pattern
Definition at line 638 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match6::dst_ip[4] |
ip dst address
Definition at line 643 of file doca_flow_ct.h.
| struct doca_flow_header_l4_port doca_flow_ct_match6::l4_port |
UDP or TCP source and destination port
Definition at line 631 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match6::metadata |
metadata
Definition at line 645 of file doca_flow_ct.h.
| uint8_t doca_flow_ct_match6::next_proto |
ip next protocol
Definition at line 647 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match6::src_ip[4] |
ip src address
Definition at line 641 of file doca_flow_ct.h.