Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_helper.c59 struct ip_nat_seq *this_way, *other_way; in ip_nat_resize_packet() local
67 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() local
426 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()