summaryrefslogtreecommitdiffstats
path: root/net/ipv4/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/proc.c')
-rw-r--r--net/ipv4/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
index 3927e00084e8..b613572c6616 100644
--- a/net/ipv4/proc.c
+++ b/net/ipv4/proc.c
@@ -72,8 +72,8 @@ static int sockstat_seq_show(struct seq_file *seq, void *v)
72 seq_printf(seq, "RAW: inuse %d\n", 72 seq_printf(seq, "RAW: inuse %d\n",
73 sock_prot_inuse_get(net, &raw_prot)); 73 sock_prot_inuse_get(net, &raw_prot));
74 seq_printf(seq, "FRAG: inuse %u memory %lu\n", 74 seq_printf(seq, "FRAG: inuse %u memory %lu\n",
75 atomic_read(&net->ipv4.fqdir.rhashtable.nelems), 75 atomic_read(&net->ipv4.fqdir->rhashtable.nelems),
76 frag_mem_limit(&net->ipv4.fqdir)); 76 frag_mem_limit(net->ipv4.fqdir));
77 return 0; 77 return 0;
78} 78}
79 79