Searched refs:ip_ct_tcp_state (Results 1 – 2 of 2) sorted by relevance
8 struct ip_ct_tcp_state { struct18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument
330 struct ip_ct_tcp_state *state) in tcp_options()449 static void tcp_init_sender(struct ip_ct_tcp_state *sender, in tcp_init_sender()450 struct ip_ct_tcp_state *receiver, in tcp_init_sender()486 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()487 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()842 static void nf_ct_tcp_state_reset(struct ip_ct_tcp_state *state) in nf_ct_tcp_state_reset()976 struct ip_ct_tcp_state seen = {}; in nf_conntrack_tcp_packet()