Searched refs:netisr_proto (Results 1 – 3 of 3) sorted by relevance
106 * - The netisr_proto array, including all fields of struct netisr_proto.203 * required for crashdump analysis, as it sizes netisr_proto[].211 * The netisr_proto array describes all registered protocols, indexed by214 static struct netisr_proto netisr_proto[NETISR_MAXPROT]; variable 225 * With this we keep the one netisr_proto per protocol but add a432 KASSERT(netisr_proto[proto].np_name == NULL, in netisr_register() 434 KASSERT(netisr_proto[proto].np_handler == NULL, in netisr_register() 437 netisr_proto[prot in netisr_register() [all...]
59 struct netisr_proto { struct
204 struct netisr_proto *np_array, *npp; in netisr_load_kvm_proto()