netfilter: xtables: deconstify struct xt_action_param for matches
authorJan Engelhardt <jengelh@medozas.de>
Tue, 7 Jul 2009 18:42:08 +0000 (20:42 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 11 May 2010 16:33:37 +0000 (18:33 +0200)
In future, layer-3 matches will be an xt module of their own, and
need to set the fragoff and thoff fields. Adding more pointers would
needlessy increase memory requirements (esp. so for 64-bit, where
pointers are wider).

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found