| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
CT aging user plugin callbacks. More...
#include <doca_flow_ct.h>
Data Fields | |
| doca_error_t(* | aging_init_cb )(struct doca_flow_ct_aging_ctx *ctx) |
| void(* | aging_shutdown_cb )(struct doca_flow_ct_aging_ctx *ctx) |
| void(* | conn_sync_cb )(struct doca_flow_ct_aging_ctx *ctx, struct doca_flow_ct_aging_conn_event *conn, uint32_t n) |
| void(* | aging_timer_cb )(struct doca_flow_ct_aging_ctx *ctx, uint64_t current_time_s) |
CT aging user plugin callbacks.
Definition at line 119 of file doca_flow_ct.h.
| doca_error_t(* doca_flow_ct_aging_ops::aging_init_cb) (struct doca_flow_ct_aging_ctx *ctx) |
Plugin init callback
Definition at line 120 of file doca_flow_ct.h.
| void(* doca_flow_ct_aging_ops::aging_shutdown_cb) (struct doca_flow_ct_aging_ctx *ctx) |
Plugin shutdown callback
Definition at line 122 of file doca_flow_ct.h.
| void(* doca_flow_ct_aging_ops::aging_timer_cb) (struct doca_flow_ct_aging_ctx *ctx, uint64_t current_time_s) |
Callback to check timeout connections based on counter statistics
Definition at line 128 of file doca_flow_ct.h.
| void(* doca_flow_ct_aging_ops::conn_sync_cb) (struct doca_flow_ct_aging_ctx *ctx, struct doca_flow_ct_aging_conn_event *conn, uint32_t n) |
Before timer, Connection sync callback for changed connections
Definition at line 124 of file doca_flow_ct.h.