Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_helper.c43 …e=%d, offset_after=%d, correction_pos=%u\n", x->offset_before, x->offset_after, x->correction_pos);
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()
331 natseq->correction_pos)) in sack_adjust()
340 natseq->correction_pos)) in sack_adjust()
428 if (after(ntohl(tcph->seq), this_way->correction_pos)) in ip_nat_seq_adjust()
435 other_way->correction_pos)) in ip_nat_seq_adjust()
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_nat.h31 u_int32_t correction_pos; member