]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8b5f6134b4b9d472600e8676d7979826f7b8847
treef7caeff3072efe96a47fcbb23e52260fe58983ae
parent0cc1db0a8f3400d34a581e05b7c0722b8aea48c3
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