⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

update_tcp_state

Function update_tcp_state 

Source
pub fn update_tcp_state(
    entry: &mut ConntrackEntry,
    tcp_flags: u8,
    is_reply: bool,
)
Expand description

Update the TCP connection state based on observed flags

is_reply indicates whether this packet is from the responder (reply direction).