Home
last modified time | relevance | path

Searched refs:ipd_neti (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c239 static net_instance_t *ipd_neti; /* net_instance for hooks */ variable
1048 ipd_neti = net_instance_alloc(NETINFO_VERSION); in ipd_attach()
1049 if (ipd_neti == NULL) { in ipd_attach()
1065 ipd_neti->nin_name = "ipd"; in ipd_attach()
1066 ipd_neti->nin_create = ipd_nin_create; in ipd_attach()
1067 ipd_neti->nin_destroy = ipd_nin_destroy; in ipd_attach()
1068 ipd_neti->nin_shutdown = ipd_nin_shutdown; in ipd_attach()
1069 if (net_instance_register(ipd_neti) == DDI_FAILURE) { in ipd_attach()
1070 net_instance_free(ipd_neti); in ipd_attach()
1119 if (ipd_neti != NULL) { in ipd_detach()
[all …]