SCE支持动态更新sid list; SCE存储raw packet/decrypted packet共计4个方向的metadata
This commit is contained in:
@@ -58,6 +58,7 @@ struct metadata
|
||||
|
||||
struct metadata *metadata_new();
|
||||
int metadata_is_empty(struct metadata *meta);
|
||||
void metadata_shallow_copy(struct metadata *dst, struct metadata *src);
|
||||
void metadata_deep_copy(struct metadata *dst, struct metadata *src);
|
||||
void metadata_free(struct metadata *meta);
|
||||
|
||||
@@ -73,6 +74,8 @@ struct session_ctx
|
||||
struct addr_tuple4 inner_tuple4;
|
||||
struct fixed_num_array rule_ids;
|
||||
|
||||
struct metadata *decrypted_meta_i2e;
|
||||
struct metadata *decrypted_meta_e2i;
|
||||
struct metadata *raw_meta_i2e;
|
||||
struct metadata *raw_meta_e2i;
|
||||
struct metadata *ctrl_meta;
|
||||
|
||||
Reference in New Issue
Block a user