]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[NETFILTER]: nf_conntrack_sctp: remove timeout indirection
authorPatrick McHardy <kaber@trash.net>
Tue, 15 Jan 2008 07:48:17 +0000 (23:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:39 +0000 (15:02 -0800)
commit86c0bf4095b35b978540aa43b12840d138a0b376
treefa3e59cc9c3333a5c50a932b1f0ba5105f9e5737
parent9b1c2cfd7a8b3840cf5c99d0560e641ff4a3425b
[NETFILTER]: nf_conntrack_sctp: 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_sctp.c