* [PATCH] xfrm: export sysctl_xfrm_acq_expires
@ 2007-08-22 19:42 Neil Horman
2007-08-22 19:44 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Neil Horman @ 2007-08-22 19:42 UTC (permalink / raw)
To: netdev; +Cc: davem, kuznet, pekkas, jmorris, yoshfuji, kaber, nhorman
Hey all-
I had noticed that an extra sysctl for xfrm had been added while back
(specifically sysctl_xfrm_acq_expires). Unlike its related sysctl's however,
this was never exported so that out-of-tree modules could access it, and I
thought it would be a good idea if it was. This patch handles that.
Thanks & Regards
Neil
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
xfrm_state.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
index d4356e6..62ae5a2 100644
--- a/net/xfrm/xfrm_state.c
+++ b/net/xfrm/xfrm_state.c
@@ -34,6 +34,7 @@ u32 sysctl_xfrm_aevent_rseqth __read_mostly = XFRM_AE_SEQT_SIZE;
EXPORT_SYMBOL(sysctl_xfrm_aevent_rseqth);
u32 sysctl_xfrm_acq_expires __read_mostly = 30;
+EXPORT_SYMBOL(sysctl_xfrm_acq_expires);
/* Each xfrm_state may be linked to two tables:
--
/***************************************************
*Neil Horman
*Software Engineer
*Red Hat, Inc.
*nhorman@tuxdriver.com
*gpg keyid: 1024D / 0x92A74FA1
*http://pgp.mit.edu
***************************************************/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xfrm: export sysctl_xfrm_acq_expires
2007-08-22 19:42 [PATCH] xfrm: export sysctl_xfrm_acq_expires Neil Horman
@ 2007-08-22 19:44 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-08-22 19:44 UTC (permalink / raw)
To: nhorman; +Cc: netdev, kuznet, pekkas, jmorris, yoshfuji, kaber
From: Neil Horman <nhorman@tuxdriver.com>
Date: Wed, 22 Aug 2007 15:42:02 -0400
> Hey all-
> I had noticed that an extra sysctl for xfrm had been added while back
> (specifically sysctl_xfrm_acq_expires). Unlike its related sysctl's however,
> this was never exported so that out-of-tree modules could access it, and I
> thought it would be a good idea if it was. This patch handles that.
>
> Thanks & Regards
> Neil
>
> Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
There is no reason for out-of-tree code to access it and no
current examples exist.
It is an internal knob controlling how a specific part of the IPSEC
rule lookup operates, and that is all in-tree.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-22 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-22 19:42 [PATCH] xfrm: export sysctl_xfrm_acq_expires Neil Horman
2007-08-22 19:44 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).