Searched defs:ipfncb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c166 static net_instance_t *ipfncb = NULL; variable
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);
[all...]

Completed in 64 milliseconds