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

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)
 

Detailed Description

CT aging user plugin callbacks.

Definition at line 119 of file doca_flow_ct.h.

Field Documentation

◆ aging_init_cb

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.

◆ aging_shutdown_cb

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.

◆ aging_timer_cb

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.

◆ conn_sync_cb

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.


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