]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf2328d07868ed776c4c317217aa2112a5b5f4bbf
treece9d880b66d0755c1af1b2f8ea3bdfc0ced58cf7
parent76d4d6f13631b749108b132b3ab184b417c56c49
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