Searched refs:other_way (Results 1 – 1 of 1) sorted by relevance
59 struct ip_nat_seq *this_way, *other_way; in ip_nat_resize_packet() local67 other_way = &ct->nat.info.seq[!dir]; in ip_nat_resize_packet()418 struct ip_nat_seq *this_way, *other_way; in ip_nat_seq_adjust() local426 other_way = &ct->nat.info.seq[!dir]; in ip_nat_seq_adjust()434 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in ip_nat_seq_adjust()435 other_way->correction_pos)) in ip_nat_seq_adjust()436 newack = ntohl(tcph->ack_seq) - other_way->offset_after; in ip_nat_seq_adjust()438 newack = ntohl(tcph->ack_seq) - other_way->offset_before; in ip_nat_seq_adjust()