tcp: rename sk_stream_alloc_skb
authorEric Dumazet <edumazet@google.com>
Mon, 25 Oct 2021 22:13:40 +0000 (15:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Oct 2021 13:45:11 +0000 (14:45 +0100)
commitf8dd3b8d70206a0d427ffb0aada6dcada1cf3720
treece9d880b66d0755c1af1b2f8ea3bdfc0ced58cf7
parentd18785e213866935b4c3dc0c33c3e18801ce0ce8
tcp: rename sk_stream_alloc_skb

sk_stream_alloc_skb() is only used by TCP.

Rename it to make this clear, and move its declaration
to include/net/tcp.h

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_output.c