kernel-netlink: Add support to set CPU ID on SA

This commit is contained in:
Tobias Brunner
2025-05-28 16:35:26 +02:00
parent 12395cedf3
commit 53be94d06c
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ struct kernel_ipsec_add_sa_t {
uint16_t ipcomp;
/** CPI for IPComp */
uint16_t cpi;
/** Optional CPU ID, must be CPU_ID_MAX if not used */
uint32_t cpu;
/** TRUE to enable UDP encapsulation for NAT traversal */
bool encap;
/** HW offload mode */