All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: Damon Gray <dgray@internap.com>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: EXPORT_SYMBOL(hash_conntrack)
Date: Thu, 19 May 2005 05:10:58 +0200	[thread overview]
Message-ID: <428C03C2.5000105@eurodev.net> (raw)
In-Reply-To: <Pine.LNX.4.62.0505181743480.16841@dgray-test.acs.internap.com>

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

  reply	other threads:[~2005-05-19  3:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18 21:47 EXPORT_SYMBOL(hash_conntrack) Damon Gray
2005-05-19  3:10 ` Pablo Neira [this message]
2005-05-20 15:18   ` EXPORT_SYMBOL(hash_conntrack) Damon Gray
2005-05-20 15:36     ` EXPORT_SYMBOL(hash_conntrack) Damon Gray

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=428C03C2.5000105@eurodev.net \
    --to=pablo@eurodev.net \
    --cc=dgray@internap.com \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.