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).