Re: [PATCH net] mptcp: Ensure RCU read lock is held when calling mptcp_sched_find()
From: Eric Dumazet
Date: Wed Oct 30 2024 - 11:38:08 EST
On Wed, Oct 30, 2024 at 4:05 PM Breno Leitao <leitao@xxxxxxxxxx> wrote:
> Thanks. I got the impression that the scheduler list was append-only,
> and the entries were never freed.
mptcp_unregister_scheduler() is there, and could be used at some point.