Searched refs:ip_ct_tcp_state (Results 1 – 2 of 2) sorted by relevance
7 struct ip_ct_tcp_state { struct17 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument
386 struct ip_ct_tcp_state *state) in tcp_options()511 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()512 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()913 sizeof(struct ip_ct_tcp_state)); in tcp_packet()931 struct ip_ct_tcp_state seen = {}; in tcp_packet()1111 const struct ip_ct_tcp_state *sender = &ct->proto.tcp.seen[0]; in tcp_new()1112 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new()