aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h6
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
1166static 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
1173static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) 1167static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig)
1174{ 1168{