lkml.org 
[lkml]   [2008]   [Feb]   [6]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateWed, 6 Feb 2008 08:50:30 +0100
FromAndi Kleen <>
SubjectRe: [PATCH] Add IPv6 support to TCP SYN cookies
> +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