On Mon, Aug 22, 2022 at 09:38:15AM +0200, Alexander Bluhm wrote:
> Hi,
>
> To run over all PCB, I have introduced temporary notify lists. They
> are necessary as the list of all PCB is protected by a mutex. Notify
> may call ip_output() eventually which may sleep as pf lock is a
> rwlock. Also
Hi,
To run over all PCB, I have introduced temporary notify lists. They
are necessary as the list of all PCB is protected by a mutex. Notify
may call ip_output() eventually which may sleep as pf lock is a
rwlock. Also the SRP implementation of the route table might sleep.
The same inp_notify i