aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/proc.c')
-rw-r--r--net/ipv4/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
index 0088a4c64d77..5386f460bd20 100644
--- a/net/ipv4/proc.c
+++ b/net/ipv4/proc.c
@@ -59,7 +59,7 @@ static int sockstat_seq_show(struct seq_file *seq, void *v)
socket_seq_show(seq);
seq_printf(seq, "TCP: inuse %d orphan %d tw %d alloc %d mem %ld\n",
sock_prot_inuse_get(net, &tcp_prot), orphans,
- refcount_read(&net->ipv4.tcp_death_row->tw_refcount) - 1,
+ refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1,
sockets, proto_memory_allocated(&tcp_prot));
seq_printf(seq, "UDP: inuse %d mem %ld\n",
sock_prot_inuse_get(net, &udp_prot),
'insertions'>+501 2012-02-23merge: do not trust fstat(2) too much when checking interactivenessJunio C Hamano1-1/+1 2012-02-23README: point to Documentation/SubmittingPatchesMatthieu Moy1-4/+6 2012-02-23Document merge.branchdesc configuration variableJunio C Hamano1-0/+5 2012-02-22Git 1.7.9.2v1.7.9.2Junio C Hamano2-2/+3 2012-02-22completion: use tabs for indentationPhilip Jägenstedt1-4/+4 2012-02-22completion: remove stale "to submit patches" documentationPhilip Jägenstedt1-12/+0 2012-02-22git-p4: the option to specify 'host' is -H, not -hRussell Myers1-1/+1 2012-02-21t9100: remove bogus " || test" after each test scriptletJunio C Hamano1-5/+9 2012-02-21Update draft release notes to 1.7.10Junio C Hamano1-40/+6 2012-02-21Update draft release notes to 1.7.9.2Junio C Hamano1-16/+55 2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter2-32/+44 2012-02-21git-svn.perl: perform deletions before anything elseSteven Walter1-1/+1 2012-02-21git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)1-7/+11 2012-02-21git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason1-2/+1 2012-02-21git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason1-1/+1 2012-02-21completion: add --interactive option to git svn dcommitFrederic Heitzmann1-1/+1 2012-02-21completion: Allow dash as the first character for __git_ps1Christian Hammerl1-1/+1 2012-02-20Update draft release notes to 1.7.10Junio C Hamano1-24/+40 2012-02-20Update draft release notes to 1.7.9.2Junio C Hamano1-0/+3 2012-02-20configure: don't use -lintl when there is no gettext supportJohn Szakmeister1-8/+12 2012-02-19remote: fix set-branches usage and documentationPhilip Jägenstedt2-2/+2 2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2-1/+41 2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano2-2/+24 2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski2-2/+11