diff options
author | David S. Miller <davem@davemloft.net> | 2006-03-21 03:18:37 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 03:18:37 (GMT) |
commit | ee857a7d672859cf4eb735d32bce22c8b7ad0bd2 (patch) | |
tree | 4a6274454ed4af42fb2806151d14280f778f2281 /net/xfrm/xfrm_state.c | |
parent | 0ac8475248164553ffe21948c7b1a4b9d2a935dc (diff) | |
download | linux-fsl-qoriq-ee857a7d672859cf4eb735d32bce22c8b7ad0bd2.tar.xz |
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
xfrm_user could be modular, and since generic code uses this symbol
now...
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/xfrm_state.c')
-rw-r--r-- | net/xfrm/xfrm_state.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index cd1d5e1..037bc8e 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c @@ -20,6 +20,9 @@ #include <linux/module.h> #include <asm/uaccess.h> +struct sock *xfrm_nl; +EXPORT_SYMBOL(xfrm_nl); + u32 sysctl_xfrm_aevent_etime = XFRM_AE_ETIME; u32 sysctl_xfrm_aevent_rseqth = XFRM_AE_SEQT_SIZE; /* Each xfrm_state may be linked to two tables: |