Edit

IABSD.fr/src/sys/netinet

Branch :

  • Show log

    Commit

  • Author : mvs
    Date : 2024-12-21 00:10:04
    Hash : 8ee0399b
    Message : Kill `inp_notify' list remains. This was the list where PCBs were temporary linked to avoid sleep with `inpt_mtx' mutex(9) held. in_pcbnotifyall() and in6_pcbnotify are the last list users, so switch them to in_pcb_iterator() too, moreover they already do in_pcb_is_iterator() check. Note, in_pcb_iterator() does necessary reference couter handling, unlocked `inp' dereference is safe. ok bluhm