Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tcp_metrics: tcpm_hash_bucket is strictly local

After commit 098a697b497e ("tcp_metrics: Use a single hash table
for all network namespaces."), tcpm_hash_bucket is local to
net/ipv4/tcp_metrics.c

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Eric Dumazet and committed by
David S. Miller
d1c56880 aa6dd211

-1
-1
include/net/netns/ipv4.h
··· 11 11 #include <linux/rcupdate.h> 12 12 #include <linux/siphash.h> 13 13 14 - struct tcpm_hash_bucket; 15 14 struct ctl_table_header; 16 15 struct ipv4_devconf; 17 16 struct fib_rules_ops;