Lines Matching refs:ipfncb
166 static net_instance_t *ipfncb = NULL;
745 ipfncb = net_instance_alloc(NETINFO_VERSION);
746 if (ipfncb == NULL)
749 ipfncb->nin_name = "ipf";
750 ipfncb->nin_create = ipf_stack_create;
751 ipfncb->nin_destroy = ipf_stack_destroy;
752 ipfncb->nin_shutdown = ipf_stack_shutdown;
753 if (net_instance_register(ipfncb) == DDI_FAILURE) {
754 net_instance_free(ipfncb);
810 (void) net_instance_unregister(ipfncb);
811 net_instance_free(ipfncb);