other_way         173 net/netfilter/nf_conntrack_seqadj.c 	struct nf_ct_seqadj *this_way, *other_way;
other_way         177 net/netfilter/nf_conntrack_seqadj.c 	other_way = &seqadj->seq[!dir];
other_way         198 net/netfilter/nf_conntrack_seqadj.c 	if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
other_way         199 net/netfilter/nf_conntrack_seqadj.c 		  other_way->correction_pos))
other_way         200 net/netfilter/nf_conntrack_seqadj.c 		ackoff = other_way->offset_after;
other_way         202 net/netfilter/nf_conntrack_seqadj.c 		ackoff = other_way->offset_before;