]> 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)
commiteede27575a33eda1f18453ba147e6ada1f859951
tree94345aae2270f7f2fcdcdcc313c31572033d800a
parent428fd8956072cac3f22b90c3cb0c9fd12c9dcc25
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