Patrick McHardy 010c0b9f34 netfilter: nf_nat: support mangling a single TCP packet multiple times
nf_nat_mangle_tcp_packet() can currently only handle a single mangling
per window because it only maintains two sequence adjustment positions:
the one before the last adjustment and the one after.

This patch makes sequence number adjustment tracking in
nf_nat_mangle_tcp_packet() optional and allows a helper to manually
update the offsets after the packet has been fully handled.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-02-11 12:27:09 +01:00
..
2009-11-02 08:43:45 -06:00
2010-01-07 00:24:55 -08:00
2009-11-04 05:06:25 -08:00
2010-01-26 11:53:20 -05:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-13 20:46:58 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-12-26 20:46:28 -08:00
2010-01-16 01:04:04 -08:00
2009-11-20 15:35:04 -08:00
2010-01-28 21:27:00 -08:00
2009-11-04 05:06:25 -08:00
2010-01-28 21:27:00 -08:00
2009-11-04 05:06:25 -08:00
2010-01-23 01:21:27 -08:00
2009-11-10 20:54:38 -08:00
2009-10-07 16:39:43 -04:00
2009-11-29 00:24:59 -08:00
2010-01-28 06:31:05 -08:00