commit | d3cd4924e3853aa771c3acf6f3ea3fb2cccdfadd | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Nov 13 07:08:08 2020 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Nov 14 16:09:56 2020 -0800 |
tree | 94345aae2270f7f2fcdcdcc313c31572033d800a | |
parent | ae8cb93286e50ece1e45674661cbefcafe8b811c [diff] |
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>