Searched refs:other_way (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_seqadj.c171 struct nf_ct_seqadj *this_way, *other_way; nf_ct_seq_adjust() local
175 other_way = &seqadj->seq[!dir]; nf_ct_seq_adjust()
187 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, nf_ct_seq_adjust()
188 other_way->correction_pos)) nf_ct_seq_adjust()
189 ackoff = other_way->offset_after; nf_ct_seq_adjust()
191 ackoff = other_way->offset_before; nf_ct_seq_adjust()

Completed in 47 milliseconds