Searched refs:ipfncb (Results 1 – 3 of 3) sorted by relevance
166 static net_instance_t *ipfncb = NULL; variable745 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);[all …]
69 ipfncb
70 ipfncb