aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 2e3f129df0eb..2a5d5c469d17 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2800,6 +2800,7 @@ struct proto tcp_prot = {
2800 .unhash = inet_unhash, 2800 .unhash = inet_unhash,
2801 .get_port = inet_csk_get_port, 2801 .get_port = inet_csk_get_port,
2802 .enter_memory_pressure = tcp_enter_memory_pressure, 2802 .enter_memory_pressure = tcp_enter_memory_pressure,
2803 .stream_memory_free = tcp_stream_memory_free,
2803 .sockets_allocated = &tcp_sockets_allocated, 2804 .sockets_allocated = &tcp_sockets_allocated,
2804 .orphan_count = &tcp_orphan_count, 2805 .orphan_count = &tcp_orphan_count,
2805 .memory_allocated = &tcp_memory_allocated, 2806 .memory_allocated = &tcp_memory_allocated,