]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/xfrm6_policy.c
[IPSEC]: Use crypto_aead and authenc in ESP
[linux-2.6-omap-h63xx.git] / net / ipv6 / xfrm6_policy.c
index cf373b46a1baa9460d0d48333b253ea21a19deb8..c25a6b527fc4e083184e718720f184a752625bc6 100644 (file)
@@ -212,7 +212,7 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
        }
 }
 
-static inline int xfrm6_garbage_collect(void)
+static inline int xfrm6_garbage_collect(struct dst_ops *ops)
 {
        xfrm6_policy_afinfo.garbage_collect();
        return (atomic_read(&xfrm6_dst_ops.entries) > xfrm6_dst_ops.gc_thresh*2);