Searched refs:nh_dispatch (Results 1 – 6 of 6) sorted by relevance
199 u_int nh_dispatch; /* Dispatch policy. */ member
418 KASSERT(nhp->nh_dispatch == NETISR_DISPATCH_DEFAULT || in netisr_register()419 nhp->nh_dispatch == NETISR_DISPATCH_DEFERRED || in netisr_register()420 nhp->nh_dispatch == NETISR_DISPATCH_HYBRID || in netisr_register()421 nhp->nh_dispatch == NETISR_DISPATCH_DIRECT, in netisr_register()422 ("%s: invalid nh_dispatch (%u)", __func__, nhp->nh_dispatch)); in netisr_register()451 netisr_proto[proto].np_dispatch = nhp->nh_dispatch; in netisr_register()
748 .nh_dispatch = NETISR_DISPATCH_DIRECT,752 .nh_dispatch = NETISR_DISPATCH_DIRECT,
151 .nh_dispatch = NETISR_DISPATCH_HYBRID,171 .nh_dispatch = NETISR_DISPATCH_HYBRID,
141 .nh_dispatch = NETISR_DISPATCH_HYBRID,173 .nh_dispatch = NETISR_DISPATCH_HYBRID,