summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorPatrick McHardy2008-01-31 13:36:54 +0100
committerDavid S. Miller2008-02-01 04:27:51 +0100
commit58a3c9bb0c69f8517c2243cd0912b3f87b4f868c (patch)
tree3c45d988e80440043b65fc964c88f361ffcef18f /include/net/netfilter
parent[NETFILTER]: nf_conntrack: fix accounting with fixed timeouts (diff)
downloadkernel-qcow2-linux-58a3c9bb0c69f8517c2243cd0912b3f87b4f868c.tar.gz
kernel-qcow2-linux-58a3c9bb0c69f8517c2243cd0912b3f87b4f868c.tar.xz
kernel-qcow2-linux-58a3c9bb0c69f8517c2243cd0912b3f87b4f868c.zip
[NETFILTER]: nf_conntrack: use RCU for conntrack helpers
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_conntrack_helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/netfilter/nf_conntrack_helper.h b/include/net/netfilter/nf_conntrack_helper.h
index 2f3af00643cf..4ca125e9b3ce 100644
--- a/include/net/netfilter/nf_conntrack_helper.h
+++ b/include/net/netfilter/nf_conntrack_helper.h
@@ -43,12 +43,8 @@ extern struct nf_conntrack_helper *
__nf_ct_helper_find(const struct nf_conntrack_tuple *tuple);
extern struct nf_conntrack_helper *
-nf_ct_helper_find_get( const struct nf_conntrack_tuple *tuple);
-
-extern struct nf_conntrack_helper *
__nf_conntrack_helper_find_byname(const char *name);
-extern void nf_ct_helper_put(struct nf_conntrack_helper *helper);
extern int nf_conntrack_helper_register(struct nf_conntrack_helper *);
extern void nf_conntrack_helper_unregister(struct nf_conntrack_helper *);