Searched defs:ip_ct_tcp (Results 1 – 1 of 1) sorted by relevance
17 struct ip_ct_tcp { struct18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument19 u_int8_t state; /* state of the connection (enum tcp_conntrack) */21 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */22 u_int8_t retrans; /* Number of retransmitted packets */23 u_int8_t last_index; /* Index of the last packet */24 u_int32_t last_seq; /* Last sequence number seen in dir */25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */26 u_int32_t last_end; /* Last seq + len */27 u_int16_t last_win; /* Last window advertisement seen in dir */[all …]