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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_helper.c386 struct nf_nat_seq *this_way, *other_way; local
391 other_way = &nat->seq[!dir];
402 if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
403 other_way->correction_pos))
404 ackoff = other_way->offset_after;
406 ackoff = other_way->offset_before;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_helper.c386 struct nf_nat_seq *this_way, *other_way; local
391 other_way = &nat->seq[!dir];
402 if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
403 other_way->correction_pos))
404 ackoff = other_way->offset_after;
406 ackoff = other_way->offset_before;

Completed in 55 milliseconds