| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
flow resource query More...
#include <doca_flow.h>
Data Fields | |
| union { | |
| struct { | |
| uint64_t total_bytes | |
| uint64_t total_pkts | |
| } counter | |
| struct { | |
| uint64_t current_sn | |
| } ipsec_sa | |
| }; | |
flow resource query
Definition at line 1101 of file doca_flow.h.
| union { ... } |
| struct { ... } doca_flow_resource_query::counter |
| uint64_t doca_flow_resource_query::current_sn |
Current SN for encrypt, lower bound of AR window for decrypt
Definition at line 1110 of file doca_flow.h.
| struct { ... } doca_flow_resource_query::ipsec_sa |
| uint64_t doca_flow_resource_query::total_bytes |
total bytes hit this flow
Definition at line 1104 of file doca_flow.h.
| uint64_t doca_flow_resource_query::total_pkts |
total packets hit this flow
Definition at line 1106 of file doca_flow.h.