summaryrefslogtreecommitdiffstats
path: root/include/net/fq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fq.h')
-rw-r--r--include/net/fq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fq.h b/include/net/fq.h
index d126b5d20261..2ad85e683041 100644
--- a/include/net/fq.h
+++ b/include/net/fq.h
@@ -69,7 +69,7 @@ struct fq {
69 struct list_head backlogs; 69 struct list_head backlogs;
70 spinlock_t lock; 70 spinlock_t lock;
71 u32 flows_cnt; 71 u32 flows_cnt;
72 u32 perturbation; 72 siphash_key_t perturbation;
73 u32 limit; 73 u32 limit;
74 u32 memory_limit; 74 u32 memory_limit;
75 u32 memory_usage; 75 u32 memory_usage;