kernel-netlink: Add support to enable per-CPU acquires on policies

This commit is contained in:
Tobias Brunner
2025-05-28 16:35:26 +02:00
parent 53be94d06c
commit bdfcfea1f2
2 changed files with 20 additions and 5 deletions
+2
View File
@@ -186,6 +186,8 @@ struct kernel_ipsec_manage_policy_t {
uint32_t manual_prio;
/** HW offload mode */
hw_offload_t hw_offload;
/** Enable per-CPU acquires */
bool pcpu_acquires;
/** Source address of the SA(s) tied to this policy */
host_t *src;
/** Destination address of the SA(s) tied to this policy */