Author :
bluhm
Date :
2025-02-12 21:28:10
Hash :bd92615b Message :Use socket lock for inpcb notify.
The notify and ctlinput functions were not MP safe. They need
socket lock which can be aquired by in_pcbsolock_ref(). Of course
in_pcbnotifyall() has to be called without holding a socket lock.
Rename in_rtchange() to in_pcbrtchange(). This is the correct
namespace and the functions take care of the inpcb route.
OK mvs@