Harald Welte dc808fe28d [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'
This patch moves all helper related data fields of 'struct nf_conn'
into a separate structure 'struct nf_conn_help'.  This new structure
is only present in conntrack entries for which we actually have a
helper loaded.

Also, this patch cleans up the nf_conntrack 'features' mechanism to
resemble what the original idea was: Just glue the feature-specific
data structures at the end of 'struct nf_conn', and explicitly
re-calculate the pointer to it when needed rather than keeping
pointers around.

Saves 20 bytes per conntrack on my x86_64 box. A non-helped conntrack
is 276 bytes. We still need to save another 20 bytes in order to fit
into to target of 256bytes.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 17:56:32 -08:00
..
2006-01-11 18:42:14 -08:00
2006-01-11 18:42:14 -08:00
2006-01-11 18:42:14 -08:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:08:31 -07:00
2006-01-03 14:38:34 -08:00
2006-02-07 20:57:37 -05:00
2006-01-11 18:42:14 -08:00
2006-01-03 13:10:28 -08:00
2005-08-29 15:33:20 -07:00
2005-04-16 15:20:36 -07:00
2006-01-18 19:20:30 -08:00
2006-03-20 17:53:41 -08:00
2006-01-03 13:10:27 -08:00
2006-01-03 16:03:49 -08:00
2006-01-03 13:11:09 -08:00
2006-01-30 20:54:39 -08:00
2006-03-20 17:53:41 -08:00
2006-03-20 17:53:41 -08:00
2006-03-20 17:53:41 -08:00
2006-03-20 17:53:41 -08:00
2006-01-04 13:59:32 -08:00