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

/opensolaris-onvv-gate/usr/src/uts/intel/ipf/
H A Dipf.global-objs.debug6445 ipfncb
/opensolaris-onvv-gate/usr/src/uts/sparc/ipf/
H A Dipf.global-objs.debug6445 ipfncb
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c121 static net_instance_t *ipfncb = NULL; variable
604 ipfncb = net_instance_alloc(NETINFO_VERSION);
605 ipfncb->nin_name = "ipf";
606 ipfncb->nin_create = ipf_stack_create;
607 ipfncb->nin_destroy = ipf_stack_destroy;
608 ipfncb->nin_shutdown = ipf_stack_shutdown;
609 i = net_instance_register(ipfncb);
655 (void) net_instance_unregister(ipfncb);
656 net_instance_free(ipfncb);

Completed in 46 milliseconds