xfrm: SAD entries do not expire correctly after suspend-resume
[deliverable/linux.git] / include / net / xfrm.h
index 7f38ef5099573633cfd3e3b13b3290b32c9b6d83..93d184b91a8cbc589084d8b5da00e852b4d7ddaf 100644 (file)
@@ -19,6 +19,9 @@
 #include <net/route.h>
 #include <net/ipv6.h>
 #include <net/ip6_fib.h>
+
+#include <linux/interrupt.h>
+
 #ifdef CONFIG_XFRM_STATISTICS
 #include <net/snmp.h>
 #endif
@@ -198,7 +201,7 @@ struct xfrm_state {
        struct xfrm_stats       stats;
 
        struct xfrm_lifetime_cur curlft;
-       struct timer_list       timer;
+       struct tasklet_hrtimer  mtimer;
 
        /* Last used time */
        unsigned long           lastused;
This page took 0.025767 seconds and 5 git commands to generate.