|
Data Accelerator Offload
|
#include <dao_flow.h>
Data Fields | |
| char | parse_profile [DAO_FLOW_PROFILE_NAME_MAX] |
| uint32_t | aging_tmo_sec |
| uint8_t | cpt_egrp |
| bool | cpt_ctx_cache_enable |
Flow offloading configuration structure
Definition at line 50 of file dao_flow.h.
| char parse_profile[DAO_FLOW_PROFILE_NAME_MAX] |
Key exchange profiles supported
Definition at line 63 of file dao_flow.h.
| uint32_t aging_tmo_sec |
Flow aging timeout in seconds
Definition at line 65 of file dao_flow.h.
| uint8_t cpt_egrp |
CPT engine group: 0 = SE only, 1 = SE+IE
Definition at line 67 of file dao_flow.h.
| bool cpt_ctx_cache_enable |
Enable CPT EM context caching (ctx_val=1, requires egrp=0)
Definition at line 69 of file dao_flow.h.