rename session_direction to flow_direction

This commit is contained in:
luwenpeng
2024-05-09 14:57:12 +08:00
parent 37d12ebcfc
commit cc380d9271
21 changed files with 610 additions and 556 deletions

View File

@@ -172,6 +172,7 @@ int marsio_io_ingress(struct marsio_io *handle, uint16_t thr_idx, struct packet
packet_parse(pkt, data, len);
packet_set_origin_ctx(pkt, mbuff);
packet_set_origin(pkt, PACKET_ORIGIN_MARSIO);
packet_set_action(pkt, PACKET_ACTION_FORWARD);
nr_parsed++;
if (marsio_buff_is_ctrlbuf(mbuff))