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

Data Fields | |
| struct doca_flow_header_l4_port | l4_port |
| doca_be32_t | src_ip |
| doca_be32_t | dst_ip |
| doca_be32_t | metadata |
| uint8_t | next_proto |
doca flow CT IPv4 match pattern
Definition at line 622 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match4::dst_ip |
ip dst address
Definition at line 627 of file doca_flow_ct.h.
| struct doca_flow_header_l4_port doca_flow_ct_match4::l4_port |
UDP or TCP source and destination port
Definition at line 603 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match4::metadata |
metadata
Definition at line 629 of file doca_flow_ct.h.
| uint8_t doca_flow_ct_match4::next_proto |
ip next protocol
Definition at line 631 of file doca_flow_ct.h.
| doca_be32_t doca_flow_ct_match4::src_ip |
ip src address
Definition at line 625 of file doca_flow_ct.h.