if (rt->rt_flags & RTF_GATEWAY) /* XXX

          How can we be sure that rt won't be freeed by
          any other kernel thread now ??

          XXX */

        > Why is rt_refnt decreased so early and not later ?
        
In the non-SMP kernel, the kernel can't be preempted so another thread
can't run.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to