Lines Matching full:dispatch
40 * or via deferred dispatch, depending on the circumstances.
58 #define NETISR_IP_DIRECT 9 /* direct-dispatch IPv4 */
59 #define NETISR_IPV6_DIRECT 10 /* direct-dispatch IPv6 */
70 * Protocol dispatch policy constants; selects whether and when direct
71 * dispatch is permitted.
74 #define NETISR_DISPATCH_DEFERRED 1 /* Always defer dispatch. */
75 #define NETISR_DISPATCH_HYBRID 2 /* Allow hybrid dispatch. */
76 #define NETISR_DISPATCH_DIRECT 3 /* Always direct dispatch. */
92 u_int snp_dispatch; /* Dispatch policy. */
167 * identifier passed at some dispatch points, or even parse packet headers to
196 u_int nh_dispatch; /* Dispatch policy. */
217 * Process a packet destined for a protocol, and attempt direct dispatch.