aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/ipsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/ipsec.h')
-rw-r--r--include/odp/api/spec/ipsec.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 2030b19e8..f1a9d4b7d 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -203,11 +203,13 @@ typedef struct odp_ipsec_inbound_config_t {
odp_reass_config_t reassembly;
/** Attempt reassembly after inbound IPsec processing in
- * odp_ipsec_in_enq().
+ * odp_ipsec_in_enq(). Default value is false.
*/
odp_bool_t reass_async;
- /** Attempt reassembly after inline inbound IPsec processing. */
+ /** Attempt reassembly after inline inbound IPsec processing.
+ * Default value is false.
+ **/
odp_bool_t reass_inline;
} odp_ipsec_inbound_config_t;
@@ -880,6 +882,8 @@ typedef struct odp_ipsec_sa_param_t {
* reassembly was enabled in the global IPsec
* configuration.
*
+ * Default value is false.
+ *
* @see odp_ipsec_config()
*
*/