Home
last modified time | relevance | path

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

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