]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/xfrm.h
xfrm: Workaround incompatibility of ESN and async crypto
[karo-tx-linux.git] / include / net / xfrm.h
index 96239e78e621fa0654d9e436d8cbe50b8ebff5d0..9f7e94ba66963085d0979560b3f8bd9a05c3af0a 100644 (file)
@@ -269,6 +269,9 @@ struct xfrm_replay {
        int     (*check)(struct xfrm_state *x,
                         struct sk_buff *skb,
                         __be32 net_seq);
+       int     (*recheck)(struct xfrm_state *x,
+                          struct sk_buff *skb,
+                          __be32 net_seq);
        void    (*notify)(struct xfrm_state *x, int event);
        int     (*overflow)(struct xfrm_state *x, struct sk_buff *skb);
 };