Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c173 struct nf_ct_seqadj *this_way, *other_way; in nf_ct_seq_adjust() local
177 other_way = &seqadj->seq[!dir]; in nf_ct_seq_adjust()
198 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_ct_seq_adjust()
199 other_way->correction_pos)) in nf_ct_seq_adjust()
200 ackoff = other_way->offset_after; in nf_ct_seq_adjust()
202 ackoff = other_way->offset_before; in nf_ct_seq_adjust()