tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
authorPaolo Abeni <pabeni@redhat.com>
Wed, 22 Sep 2021 17:26:40 +0000 (19:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2022 15:16:44 +0000 (17:16 +0200)
commita07f3af6393a7f80cac1eda4255fc7a770eb26df
tree7e07bcecf4ffbb7a8e12cf99125da2fc9924220a
parent2baeaef4dd7348fbe9c33d6245fd719bf1deca03
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers

[ Upstream commit 04d8825c30b718781197c8f07b1915a11bfb8685 ]

the tcp_skb_entail() helper is actually skb_entail(), renamed
to provide proper scope.

    The two helper will be used by the next patch.

RFC -> v1:
 - rename skb_entail to tcp_skb_entail (Eric)

Acked-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/tcp.h
net/ipv4/tcp.c