sctp: mark sctp_do_peeloff static
authorChristoph Hellwig <hch@lst.de>
Mon, 26 May 2025 05:47:45 +0000 (07:47 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 28 May 2025 01:18:55 +0000 (18:18 -0700)
commit33f1b3677a13dda60a2a59858f7916672e7f1546
treea1c593aef5cc73ae7a75a06dba80723cd358e468
parent3b9935586a9b54d2da27901b830d3cf46ad66a1e
sctp: mark sctp_do_peeloff static

sctp_do_peeloff is only used inside of net/sctp/socket.c,
so mark it static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Xin Long <lucien.xin@gmail.com>
Link: https://patch.msgid.link/20250526054745.2329201-1-hch@lst.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sctp/sctp.h
net/sctp/socket.c