NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_resource_query Struct Reference

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
 
}; 
 

Detailed Description

flow resource query

Definition at line 1101 of file doca_flow.h.

Field Documentation

◆ 

union { ... }

◆ 

struct { ... } doca_flow_resource_query::counter

◆ current_sn

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

◆ total_bytes

uint64_t doca_flow_resource_query::total_bytes

total bytes hit this flow

Definition at line 1104 of file doca_flow.h.

◆ total_pkts

uint64_t doca_flow_resource_query::total_pkts

total packets hit this flow

Definition at line 1106 of file doca_flow.h.


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