kernel-interface: Add members for optional acquire sequence number

This commit is contained in:
Tobias Brunner
2025-05-28 10:01:19 +02:00
parent 301887b865
commit 3e6d7db5e3
3 changed files with 12 additions and 4 deletions
+2
View File
@@ -67,6 +67,8 @@ struct kernel_ipsec_sa_id_t {
struct kernel_ipsec_add_sa_t {
/** Reqid */
uint32_t reqid;
/** Optional sequence number associated with the acquire triggering the SA */
uint32_t seq;
/** Mode (tunnel, transport...) */
ipsec_mode_t mode;
/** List of source traffic selectors */