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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Sep 2021 11:50:26 +0000 (12:50 +0100)
commit04d8825c30b718781197c8f07b1915a11bfb8685
treef7caeff3072efe96a47fcbb23e52260fe58983ae
parentefe686ffce0145418b4e004f95c6d0c0200aedd2
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers

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>
include/net/tcp.h
net/ipv4/tcp.c