IN_NETISR
((n) < netisr_ncpus && IN_NETISR((n)))
KASSERT(IN_NETISR(0), ("thread %p is not netisr0", curthread))
IN_NETISR(0) || port == &curthread->td_msgport,
if (!IN_NETISR(0)) {
if (IN_NETISR(0)) {