kernel-interface: Optionally pass CPU ID for which an acquire was triggered

This commit is contained in:
Tobias Brunner
2025-05-28 16:35:27 +02:00
parent 2082fa5dd2
commit d6eed3979b
6 changed files with 17 additions and 5 deletions
@@ -1324,7 +1324,9 @@ static void process_acquire(private_kernel_pfkey_ipsec_t *this,
struct sadb_msg* msg)
{
pfkey_msg_t response;
kernel_acquire_data_t data = {};
kernel_acquire_data_t data = {
.cpu = CPU_ID_MAX,
};
uint32_t index, reqid = 0;
uint8_t mode = 0;
policy_entry_t *policy;