]> 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)
commit9505abac8a386a217369dec4646d0f676acd00ce
tree0d0df69189414f592c05f81aa5411fef3b80eb4f
parentca8aae26780b3ac9272d776a84ac6bb935830a80
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