EXPORT_SYMBOL(hash_conntrack)
Pablo Neira
pablo at eurodev.net
Thu May 19 05:10:58 CEST 2005
Damon Gray wrote:
> I have a need to be able to use hash_conntrack in a kernel module. Does
> anyone see a problem if hash_conntrack was exported? I'd prefer to use
> the function instead of duplicating it with jhash_3words just so I don't
> have to keep track of how hash_conntrack does the hashing.
Well, all the current exported symbols are used by other modules in
kernel mainline and pom-ng. So you'll have to justify such exportation
with some kind of candidate client (maybe your module) that could be
useful for everyone.
--
Pablo
More information about the netfilter-devel
mailing list