@@ -242,6 +242,11 @@ typedef struct odp_ipsec_capability_t {
* packets in ESP tunnel mode */
odp_bool_t tfc_padding_truncate;
+ /** In INLINE mode drop TFC dummy packets (NH=59) instead of reporting
+ * them via tfc_dummy_packet error bit.
+ */
+ odp_bool_t tfc_dummy_packets_drop;
+
/** Maximum number of different destination CoSes in classification
* pipelining. The same CoS may be used for many SAs. This is equal or
* less than 'max_cos' capability in classifier API.
@@ -902,6 +907,9 @@ typedef struct odp_ipsec_error_t {
/** Hard lifetime expired: packets */
uint32_t hard_exp_packets : 1;
+
+ /** TFC dummy packet (NextHeader = 59) */
+ uint32_t tfc_dummy_packet : 1;
};
/** All error bits