Home
last modified time | relevance | path

Searched refs:this_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
66 this_way = &ct->nat.info.seq[dir]; in ip_nat_resize_packet()
89 DUMP_OFFSET(this_way); in ip_nat_resize_packet()
97 if (this_way->offset_before == this_way->offset_after in ip_nat_resize_packet()
98 || before(this_way->correction_pos, ntohl(tcph->seq))) { in ip_nat_resize_packet()
99 this_way->correction_pos = ntohl(tcph->seq); in ip_nat_resize_packet()
100 this_way->offset_before = this_way->offset_after; in ip_nat_resize_packet()
101 this_way->offset_after = (int32_t) in ip_nat_resize_packet()
102 this_way->offset_before + new_size - in ip_nat_resize_packet()
109 DUMP_OFFSET(this_way); in ip_nat_resize_packet()
[all …]