]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76e569c723cf20a8e16bdcb22ddd8030a5f77d46
treefea73bdcb45c78a1bc4090467092a119ded086b4
parent42d7ef724cb8eb2978085cd599766d2552b22877
parentff353fb49d1cb0693775244cd928e90c31c5e4b6
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>