OSDN Git Service

Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[tomoyo/tomoyo-test1.git] / net / core / flow_dissector.c
index 89d15ce..b3b3af0 100644 (file)
@@ -1831,8 +1831,7 @@ u32 __skb_get_hash_symmetric(const struct sk_buff *skb)
 
        memset(&keys, 0, sizeof(keys));
        __skb_flow_dissect(NULL, skb, &flow_keys_dissector_symmetric,
-                          &keys, NULL, 0, 0, 0,
-                          FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL);
+                          &keys, NULL, 0, 0, 0, 0);
 
        return __flow_hash_from_keys(&keys, &hashrnd);
 }