On Thu, May 1, 2025 at 7:38 PM <linux@xxxxxxxxxxx> wrote: > > From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx> > > sctp_assoc_del_peer() last use was removed in 2015 by > commit 73e6742027f5 ("sctp: Do not try to search for the transport twice") > which now uses rm_peer instead of del_peer. > > sctp_chunk_iif() last use was removed in 2016 by > commit 1f45f78f8e51 ("sctp: allow GSO frags to access the chunk too") > > Remove them. > > Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx> Acked-by: Xin Long <lucien.xin@xxxxxxxxx>