Searched refs:np_handler (Results 1 – 2 of 2) sorted by relevance
434 KASSERT(netisr_proto[proto].np_handler == NULL, in netisr_register()438 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()494 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_clearqdrops()527 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_getqdrops()558 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_getqlimit()590 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_setqlimit()650 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_unregister()665 netisr_proto[proto].np_handler = NULL; in netisr_unregister()690 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_register_vnet()765 KASSERT(netisr_proto[proto].np_handler != NULL, in netisr_unregister_vnet()[all …]
61 netisr_handler_t *np_handler; /* Protocol handler. */ member