X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_ipv4.c;h=2a5d5c469d17f720ca6076fe738b541711fe876d;hb=c9bee3b7fdecb0c1d070c7b54113b3bdfb9a3d36;hp=2e3f129df0ebb87cc7b858cc45398fe4a2ddca6e;hpb=64dc61306ce7da370833289739e2f52dfc6b37ba;p=mirror_ubuntu-jammy-kernel.git 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 = { .unhash = inet_unhash, .get_port = inet_csk_get_port, .enter_memory_pressure = tcp_enter_memory_pressure, + .stream_memory_free = tcp_stream_memory_free, .sockets_allocated = &tcp_sockets_allocated, .orphan_count = &tcp_orphan_count, .memory_allocated = &tcp_memory_allocated,