]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: rename sk_wmem_free_skb
authorTalal Ahmad <talalahmad@google.com>
Sat, 30 Oct 2021 02:05:41 +0000 (22:05 -0400)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Nov 2021 23:33:27 +0000 (16:33 -0700)
commit25ec56ada63e640ec0740aee0eeed8788fa1a538
tree0d0df69189414f592c05f81aa5411fef3b80eb4f
parenta9f34b2ee3ef163e01a19aca86313e6fe6c58bcb
tcp: rename sk_wmem_free_skb

sk_wmem_free_skb() is only used by TCP.

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

Signed-off-by: Talal Ahmad <talalahmad@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Arjun Roy <arjunroy@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sock.h
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_output.c