All of lore.kernel.org
 help / color / mirror / Atom feed
* About loadable kernel modules
@ 2002-10-02 18:04 Alexandros Fragkiadakis
  2002-10-07 16:17 ` Roberto Nibali
  2002-10-08  1:06 ` Joel Newkirk
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandros Fragkiadakis @ 2002-10-02 18:04 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

Hi all,

Well, i have written a (netfilter) loadable kernel module for filtering various packets. I pass these packets from kernel space to user space using libipq.
 I also have a user process thas loads and unloads this loadable kernel module using the commands:
system("insmod kernel_module.o") 
system("rmmod kernel_module") respectively.

 I'd like to pass parameters to the loadable module, hence having a more flexible user process. 
  So, instead of using the command system("insmod kernel_module.o"),
i'd like to use: system("insmod kernel_module.o <param1> <param2>...<param n>")
, hence passing command line parameters to my loadable module.

Do you know if it is possible?

Thanks

[-- Attachment #2: Type: text/html, Size: 1600 bytes --]

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

end of thread, other threads:[~2002-10-08  1:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-02 18:04 About loadable kernel modules Alexandros Fragkiadakis
2002-10-07 16:17 ` Roberto Nibali
2002-10-08  1:06 ` Joel Newkirk

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.