diff options
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 | } |