Home
last modified time | relevance | path

Searched defs:ip_ct_tcp (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h17 struct ip_ct_tcp { struct
18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument
19 u_int8_t state; /* state of the connection (enum tcp_conntrack) */
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 */
29 u_int8_t last_wscale; /* Last window scaling factor seen */
[all …]