DOCA-AR 1.0
 
Loading...
Searching...
No Matches
doca_ar_conn Struct Reference

context of a connection More...

#include <doca_ar_conntrack.h>

Data Fields

struct doca_ar_conn_match match
 
struct doca_flow_pipe_entry * entry
 used to store the pointer of doca-flow entry
 
ExpireCallback expireCallback
 
void * expireCallbackArgs
 
uint64_t expireTime
 
uint16_t bestPath
 used to store the best path we probed by adptive routing algorithm
 

Detailed Description

context of a connection

Field Documentation

◆ bestPath

uint16_t bestPath

used to store the best path we probed by adptive routing algorithm

◆ entry

struct doca_flow_pipe_entry* entry

used to store the pointer of doca-flow entry

◆ expireCallback

ExpireCallback expireCallback

◆ expireCallbackArgs

void* expireCallbackArgs

◆ expireTime

uint64_t expireTime

◆ match

struct doca_ar_conn_match match