tcp: make tcp_build_frag() static
authorPaolo Abeni <pabeni@redhat.com>
Wed, 22 Sep 2021 17:26:42 +0000 (19:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Sep 2021 11:50:26 +0000 (12:50 +0100)
commitff6fb083a07f1b71fc6a9438f27113d73cf23381
tree7cbe27ec03f4a2eae6eaef75f0577a4802d5b3bd
parentf70cad1085d1e01d3ec73c1078405f906237feee
tcp: make tcp_build_frag() static

After the previous patch the mentioned helper is
used only inside its compilation unit: let's make
it static.

RFC -> v1:
 - preserve the tcp_build_frag() helper (Eric)

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c