Merge branch 'tcp_stream_alloc_skb'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Oct 2021 13:45:12 +0000 (14:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Oct 2021 13:45:12 +0000 (14:45 +0100)
commit3247e3ffafd91b231d5def0cc62f92117671d01f
treefea73bdcb45c78a1bc4090467092a119ded086b4
parentd18785e213866935b4c3dc0c33c3e18801ce0ce8
parentc4322884ed2132beee95a16234035ad7cc991f09
Merge branch 'tcp_stream_alloc_skb'

Eric Dumazet says:

====================
tcp: tcp_stream_alloc_skb() changes

sk_stream_alloc_skb() is only used by TCP.

Rename it to tcp_stream_alloc_skb() and apply small
optimizations.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>