Re: [net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

On Thu, 2009-11-12 at 23:31 -0500, William Allen Simpson wrote:
[]


perhaps something like:

static const int TCP_COOKIE_MIN = 8;
static const int TCP_COOKIE_MAX = 16;

[]


with proc_dointvec_minmax

		.extra1		= &TCP_COOKIE_MIN,
		.extra2		= &TCP_COOKIE_MAX,

or even adding proc_dointvec_minmax_even
might save some cycles during cookie handling.


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next-2.6 PATCH v6 0/7 RFC] TCPCT part 1: cookie optio ..., William Allen Simpson, (Thu Nov 12, 9:03 pm)
[net-next-2.6 PATCH v6 1/7 RFC] TCPCT part 1a: add request ..., William Allen Simpson, (Thu Nov 12, 9:07 pm)
[net-next-2.6 PATCH v6 2/7 RFC] TCPCT part 1b: generate Re ..., William Allen Simpson, (Thu Nov 12, 9:17 pm)
[net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_tcp_ ..., William Allen Simpson, (Thu Nov 12, 9:31 pm)
[net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define TCP ..., William Allen Simpson, (Thu Nov 12, 9:53 pm)
Re: [net-next-2.6 PATCH v6 1/7 RFC] TCPCT part 1a: add req ..., =?ISO-8859-15?Q?Ilpo ..., (Thu Nov 12, 9:54 pm)
[net-next-2.6 PATCH v6 5/7 RFC] TCPCT part 1e: implement s ..., William Allen Simpson, (Thu Nov 12, 10:10 pm)
[net-next-2.6 PATCH v6 6/7 RFC] TCPCT part 1f: Initiator C ..., William Allen Simpson, (Thu Nov 12, 10:40 pm)
[net-next-2.6 PATCH v6 7/7 RFC] TCPCT part 1g: Responder C ..., William Allen Simpson, (Thu Nov 12, 10:53 pm)
Re: [net-next-2.6 PATCH v6 2/7 RFC] TCPCT part 1b: generat ..., William Allen Simpson, (Fri Nov 13, 7:35 am)
Re: [net-next-2.6 PATCH v6 2/7 RFC] TCPCT part 1b: generat ..., William Allen Simpson, (Fri Nov 13, 7:51 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Fri Nov 13, 9:06 am)
Re: [net-next-2.6 PATCH v6 5/7 RFC] TCPCT part 1e: impleme ..., William Allen Simpson, (Fri Nov 13, 9:32 am)
Re: [net-next-2.6 PATCH v6 6/7 RFC] TCPCT part 1f: Initiat ..., William Allen Simpson, (Fri Nov 13, 9:51 am)
Re: [net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_ ..., Joe Perches, (Fri Nov 13, 11:37 am)
Re: [net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_ ..., William Allen Simpson, (Fri Nov 13, 12:45 pm)
Re: [net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_ ..., William Allen Simpson, (Sat Nov 14, 8:43 am)
Re: [net-next-2.6 PATCH v6 2/7 RFC] TCPCT part 1b: generat ..., William Allen Simpson, (Mon Nov 16, 7:39 am)
Re: [net-next-2.6 PATCH v6 2/7 RFC] TCPCT part 1b: generat ..., William Allen Simpson, (Mon Nov 16, 1:06 pm)
Re: [net-next-2.6 PATCH v6 3/7 RFC] TCPCT part 1c: sysctl_ ..., William Allen Simpson, (Mon Nov 16, 1:40 pm)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Mon Nov 16, 1:50 pm)
Re: [net-next-2.6 PATCH v6 6/7 RFC] TCPCT part 1f: Initiat ..., William Allen Simpson, (Mon Nov 16, 2:35 pm)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Mon Nov 16, 3:09 pm)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Tue Nov 17, 3:41 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., =?ISO-8859-15?Q?Ilpo ..., (Tue Nov 17, 5:07 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., =?ISO-8859-15?Q?Ilpo ..., (Tue Nov 17, 5:18 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., =?ISO-8859-15?Q?Ilpo ..., (Tue Nov 17, 5:38 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Wed Nov 18, 6:55 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., =?ISO-8859-15?Q?Ilpo ..., (Wed Nov 18, 7:08 am)
Re: [net-next-2.6 PATCH v6 4/7 RFC] TCPCT part 1d: define ..., William Allen Simpson, (Wed Nov 18, 7:42 am)
Re: [net-next-2.6 PATCH v6 5/7 RFC] TCPCT part 1e: impleme ..., William Allen Simpson, (Wed Nov 18, 8:03 am)