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