netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Sharing information for many rules using same module
@ 2007-08-21 14:54 Łukasz Stosik
  2007-08-21 15:15 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz Stosik @ 2007-08-21 14:54 UTC (permalink / raw)
  To: netfilter-devel

Hi.
I am working on simple netfilter match extension. It takes packet, analyzes it, and puts all info in structure. Then it looks at fields in matchinfo and decides if there is a match or not. 
The problem is there will be probably many rules, and each time module will repeat the first part of process- where it would be enought to use same structure as in first rule. Is there any way to share info between rules? 
I would also like to know if netfilter is processing packetss in pararell - or maybe i can be sure that until packet gets dropped or reaches NIC driver, netfilter wont start to process another one - that would solve my problem as i could simply keep that info inside matching module.
And BTW something offtopic - what is ( is there any) a good way to access userspace memory ( for example some process gets information from databases, and i need that data inside kernel ) from kernel module ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-31 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 14:54 Sharing information for many rules using same module Łukasz Stosik
2007-08-21 15:15 ` Jan Engelhardt
2007-08-31 10:39   ` Amin Azez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).