From: Mikkel Christiansen <mixxel@cs.auc.dk>
To: netfilter-devel@lists.netfilter.org
Subject: question: hook/unhook
Date: Thu, 01 Jul 2004 14:31:01 +0200 [thread overview]
Message-ID: <40E40405.4030905@cs.auc.dk> (raw)
Hi
We're working with an efficient packet filter
(see http://www.cs.auc.dk/~mixxel/cf).
In the implementation we would like to block
all arriving packets while moving from one filter
to another. I.e. something like:
block_all_packets();
nf_unregister_hook(some_nf_hook_ops_struct);
nf_register_hook(some_other_nf_hook_ops_struct);
unblock_all_packets();
Does netfilter provide functions for doing this or can anyone
recommend a proper way to do this?
Cheers & thanks
Mikkel
reply other threads:[~2004-07-01 12:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=40E40405.4030905@cs.auc.dk \
--to=mixxel@cs.auc.dk \
--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.