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
+2
View File
@@ -40,6 +40,8 @@ struct kernel_acquire_data_t {
traffic_selector_t *dst;
/** Optional security label of the triggering packet */
sec_label_t *label;
/** Optional CPU ID of the triggering packet, CPU_ID_MAX if none */
uint32_t cpu;
/** Optional sequence number associated with the acquire */
uint32_t seq;
};