hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/net/fq.h
....@@ -1,7 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2016 Qualcomm Atheros, Inc
3
- *
4
- * GPL v2
54 *
65 * Based on net/sched/sch_fq_codel.c
76 */
....@@ -70,7 +69,6 @@
7069 struct list_head backlogs;
7170 spinlock_t lock;
7271 u32 flows_cnt;
73
- siphash_key_t perturbation;
7472 u32 limit;
7573 u32 memory_limit;
7674 u32 memory_usage;