Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_helper.c384 struct nf_nat_seq *this_way, *other_way; in nf_nat_seq_adjust() local
389 other_way = &nat->seq[!dir]; in nf_nat_seq_adjust()
400 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_nat_seq_adjust()
401 other_way->correction_pos)) in nf_nat_seq_adjust()
402 ackoff = other_way->offset_after; in nf_nat_seq_adjust()
404 ackoff = other_way->offset_before; in nf_nat_seq_adjust()