From: Patrick McHardy Date: Mon, 9 Jun 2008 22:59:06 +0000 (-0700) Subject: netfilter: nf_conntrack: add nf_ct_kill() X-Git-Tag: v2.6.27-rc1~969^2~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51091764f26ec36c02e35166f083193a30f426fc;p=pandora-kernel.git netfilter: nf_conntrack: add nf_ct_kill() Encapsulate the common if (del_timer(&ct->timeout)) ct->timeout.function((unsigned long)ct) sequence in a new function. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed