]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30a91b35e544e55d43d191308d8dd0dd08051534
tree94345aae2270f7f2fcdcdcc313c31572033d800a
parent57d94c6c5d2cb963be976432dd7d2e91dce4faf2
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