Searched defs:ip_ct_tcp (Results 1 – 1 of 1) sorted by relevance
58 struct ip_ct_tcp { struct59 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument60 u_int8_t state; /* state of the connection (enum tcp_conntrack) */62 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */63 u_int8_t retrans; /* Number of retransmitted packets */64 u_int8_t last_index; /* Index of the last packet */65 u_int32_t last_seq; /* Last sequence number seen in dir */66 u_int32_t last_ack; /* Last sequence number seen in opposite dir */67 u_int32_t last_end; /* Last seq + len */68 u_int16_t last_win; /* Last window advertisement seen in dir */[all …]