Home
last modified time | relevance | path

Searched defs:netisr_proto (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dnetisr_internal.h59 struct netisr_proto { struct
60 const char *np_name; /* Character string protocol name. */
61 netisr_handler_t *np_handler; /* Protocol handler. */
62 netisr_m2flow_t *np_m2flow; /* Query flow for untagged packet. */
63 netisr_m2cpuid_t *np_m2cpuid; /* Query CPU to process packet on. */
64 netisr_drainedcpu_t *np_drainedcpu; /* Callback when drained a queue. */
65 u_int np_qlimit; /* Maximum per-CPU queue depth. */
66 u_int np_policy; /* Work placement policy. */
67 u_int np_dispatch; /* Work dispatch policy. */
H A Dnetisr.c214 static struct netisr_proto netisr_proto[NETISR_MAXPROT]; variable
[all...]