summaryrefslogtreecommitdiffstats
path: root/net/ipv6/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/proc.c')
-rw-r--r--net/ipv6/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/proc.c b/net/ipv6/proc.c
index 8befeb91e071..a85f7e0b14b1 100644
--- a/net/ipv6/proc.c
+++ b/net/ipv6/proc.c
@@ -47,7 +47,7 @@ static int sockstat6_seq_show(struct seq_file *seq, void *v)
47 sock_prot_inuse_get(net, &udplitev6_prot)); 47 sock_prot_inuse_get(net, &udplitev6_prot));
48 seq_printf(seq, "RAW6: inuse %d\n", 48 seq_printf(seq, "RAW6: inuse %d\n",
49 sock_prot_inuse_get(net, &rawv6_prot)); 49 sock_prot_inuse_get(net, &rawv6_prot));
50 seq_printf(seq, "FRAG6: inuse %u memory %u\n", 50 seq_printf(seq, "FRAG6: inuse %u memory %lu\n",
51 atomic_read(&net->ipv6.frags.rhashtable.nelems), 51 atomic_read(&net->ipv6.frags.rhashtable.nelems),
52 frag_mem_limit(&net->ipv6.frags)); 52 frag_mem_limit(&net->ipv6.frags));
53 return 0; 53 return 0;