diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-10-08 20:26:34 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:55 -0400 |
commit | cdf7e668d4327a33e11be04c4cb9bcc604eaaa0f (patch) | |
tree | 3ffa05d642ec702b73eb568894024b4787849faa /include/net | |
parent | 436a0a402203d5a47d2edf7e4dde6c08a7257983 (diff) |
[IPSEC]: Unexport xfrm_replay_notify
Now that the only callers of xfrm_replay_notify are in xfrm, we can remove
the export.
This patch also removes xfrm_aevent_doreplay since it's now called in just
one spot.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xfrm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index a267725f9753..064a4ca63476 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1163,12 +1163,6 @@ static inline int xfrm_aevent_is_on(void) | |||
1163 | return ret; | 1163 | return ret; |
1164 | } | 1164 | } |
1165 | 1165 | ||
1166 | static inline void xfrm_aevent_doreplay(struct xfrm_state *x) | ||
1167 | { | ||
1168 | if (xfrm_aevent_is_on()) | ||
1169 | xfrm_replay_notify(x, XFRM_REPLAY_UPDATE); | ||
1170 | } | ||
1171 | |||
1172 | #ifdef CONFIG_XFRM_MIGRATE | 1166 | #ifdef CONFIG_XFRM_MIGRATE |
1173 | static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) | 1167 | static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) |
1174 | { | 1168 | { |