netfilter: nf_conntrack: add nf_ct_kill()
authorPatrick McHardy <kaber@trash.net>
Mon, 9 Jun 2008 22:59:06 +0000 (15:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jun 2008 22:59:06 +0000 (15:59 -0700)
Encapsulate the common

if (del_timer(&ct->timeout))
ct->timeout.function((unsigned long)ct)

sequence in a new function.

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

No differences found