Kernel Functions for Drivers net_instance_free(9F)
NAME
net_instance_free - free a net_instance_t structure
SYNOPSIS
#include
void net_instance_free(net_instance_t *net_instance);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).PARAMETERS
net_instance pointer returned by net_instance_alloc(9F).
DESCRIPTION
The net_instance_free() function frees a net_instance_t
structure that was originally allocated bynet_instance_alloc(9F).
CONTEXT
The net_instance_free() function may be called from user,
kernel, or interrupt context.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWcs ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
SEE ALSO
net_instance_alloc(9F), attributes(5), net_instance_t(9S)
SunOS 5.11 Last change: 1 May 2008 1