tcp: uninline tcp_stream_memory_free()
authorEric Dumazet <edumazet@google.com>
Fri, 13 Nov 2020 15:08:08 +0000 (07:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 15 Nov 2020 00:09:56 +0000 (16:09 -0800)
commitd3cd4924e3853aa771c3acf6f3ea3fb2cccdfadd
tree94345aae2270f7f2fcdcdcc313c31572033d800a
parentae8cb93286e50ece1e45674661cbefcafe8b811c
tcp: uninline tcp_stream_memory_free()

Both IPv4 and IPv6 needs it via a function pointer.
Following patch will avoid the indirect call.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
net/ipv4/tcp_ipv4.c