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
352 struct ip_ct_tcp_state *state) in tcp_options()479 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()480 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()871 sizeof(struct ip_ct_tcp_state)); in tcp_packet()889 struct ip_ct_tcp_state seen = {}; in tcp_packet()1079 const struct ip_ct_tcp_state *sender = &ct->proto.tcp.seen[0]; in tcp_new()1080 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new()