Searched refs:NETISR_DISPATCH_DIRECT (Results 1 – 4 of 4) sorted by relevance
76 #define NETISR_DISPATCH_DIRECT 3 /* Always direct dispatch. */ macro
142 * NETISR_DISPATCH_DIRECT: If the executing context allows direct dispatch,151 #define NETISR_DISPATCH_POLICY_DEFAULT NETISR_DISPATCH_DIRECT305 { NETISR_DISPATCH_DIRECT, "direct" },422 nhp->nh_dispatch == NETISR_DISPATCH_DIRECT, in netisr_register() 1146 if (dispatch_policy == NETISR_DISPATCH_DIRECT) { in netisr_dispatch_src()
746 .nh_dispatch = NETISR_DISPATCH_DIRECT,750 .nh_dispatch = NETISR_DISPATCH_DIRECT,
94 case NETISR_DISPATCH_DIRECT: in netisr_dispatch_policy_to_string()