* question: hook/unhook
@ 2004-07-01 12:31 Mikkel Christiansen
0 siblings, 0 replies; only message in thread
From: Mikkel Christiansen @ 2004-07-01 12:31 UTC (permalink / raw)
To: netfilter-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-01 12:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-01 12:31 question: hook/unhook Mikkel Christiansen
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.