[NETFILTER]: nf_conntrack_tcp: remove timeout indirection
authorPatrick McHardy <kaber@trash.net>
Tue, 15 Jan 2008 07:45:32 +0000 (23:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:32 +0000 (15:02 -0800)
commit2d6462869f8c2edca9dbb53ca3b661a52fc4c144
tree5447aedeec36b009b996103afa1ccbaed793a35d
parenta5e73c29d9243cc2e889a9d7155f331923eee655
[NETFILTER]: nf_conntrack_tcp: remove timeout indirection

Instead of keeping pointers to the timeout values in a table, simply
put the timeout values in the table directly.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_tcp.c