search for: nf_register_hook

Displaying 2 results from an estimated 2 matches for "nf_register_hook".

Did you mean: nf_unregister_hook
2004 Apr 02
2
IMQ driver & kernel options
Hi, i tried to insmod the imq.o module from http://pupa.da.ru/imq after a successful compile, but it thows this error: > insmod imq.o imq.o: unresolved symbol nf_unregister_hook imq.o: unresolved symbol nf_register_hook I think I have some kernel options disabled, does anyone know which one(s)? Thanks cord _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Apr 25
0
[Bug 85] New: couldn't write file ,call syscall ,ex. sys_open
...r= { {NULL,NULL}, myfirewall, PF_INET, NF_IP_PRE_ROUTING, NF_IP_PRI_FILTER }; int init_module(void) { mm_segment_t old_fs =get_fs() ; mm_segment_t new_fs =get_ds(); printk("The** old fs is [%lu]\n",old_fs.seg) ; printk("The** neww fs is [%lu]\n ",new_fs.seg) ; return nf_register_hook(&iplimitfilter); } void cleanup_module(void) { nf_unregister_hook(&iplimitfilter); } ------------------------------------------------------------ gcc -D__KERNEL__ -WALL -I /usr/src/linux.2.4.18/include myfirewall.c ------- You are receiving this mail because: ------- You are on the...