netfilter: conntrack: remove two export symbols
Not used anywhere, remove them. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
7e03998429
commit
13d74c0a97
@ -2333,7 +2333,6 @@ int nf_conntrack_set_hashsize(const char *val, const struct kernel_param *kp)
|
||||
|
||||
return nf_conntrack_hash_resize(hashsize);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(nf_conntrack_set_hashsize);
|
||||
|
||||
static __always_inline unsigned int total_extension_size(void)
|
||||
{
|
||||
|
@ -37,7 +37,6 @@ void nf_ct_ext_destroy(struct nf_conn *ct)
|
||||
|
||||
kfree(ct->ext);
|
||||
}
|
||||
EXPORT_SYMBOL(nf_ct_ext_destroy);
|
||||
|
||||
void *nf_ct_ext_add(struct nf_conn *ct, enum nf_ct_ext_id id, gfp_t gfp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user