packet: restore packet statistics tp_packets to include drops
[firefly-linux-kernel-4.4.55.git] / net / xfrm / xfrm_algo.c
index 6fb9d00a75dcae8ef5f46683f828e8aeae0e7512..ab4ef72f0b1daefd4b46765d9009975cd9330676 100644 (file)
@@ -311,6 +311,19 @@ static struct xfrm_algo_desc aalg_list[] = {
                .sadb_alg_maxbits = 128
        }
 },
+{
+       /* rfc4494 */
+       .name = "cmac(aes)",
+
+       .uinfo = {
+               .auth = {
+                       .icv_truncbits = 96,
+                       .icv_fullbits = 128,
+               }
+       },
+
+       .pfkey_supported = 0,
+},
 };
 
 static struct xfrm_algo_desc ealg_list[] = {