![]() | ||||||||||
Messages in this thread |
> +static __init int init_syncookies(void)
> +{
> + get_random_bytes(syncookie_secret, sizeof(syncookie_secret));
> + return 0;
> +}
> +module_init(init_syncookies);
I didn't think a module could have multiple module_inits. Are you
sure that works?
-Andi
| |||||||||
| Last update: 2008-02-06 06:19 [W:10.482 / U:0.280 seconds] ©2003-2008 Jasper Spaans | ||||||||||