diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-16 23:30:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-16 23:30:14 -0400 |
commit | 4e6734447dbc7a0a85e09616821c0782d9fb1141 (patch) | |
tree | 4fa4e7f6a479a172d690fba7f50c0659cb977e2d /net/ipv4/tcp.c | |
parent | 1ed834655a0d42ecd80ff051e681e2ea44747b6c (diff) |
mib: add net to NET_INC_STATS
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index bc8559a6f7e5..85f08291e928 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -319,7 +319,7 @@ EXPORT_SYMBOL(tcp_memory_pressure); | |||
319 | void tcp_enter_memory_pressure(struct sock *sk) | 319 | void tcp_enter_memory_pressure(struct sock *sk) |
320 | { | 320 | { |
321 | if (!tcp_memory_pressure) { | 321 | if (!tcp_memory_pressure) { |
322 | NET_INC_STATS(LINUX_MIB_TCPMEMORYPRESSURES); | 322 | NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPMEMORYPRESSURES); |
323 | tcp_memory_pressure = 1; | 323 | tcp_memory_pressure = 1; |
324 | } | 324 | } |
325 | } | 325 | } |