Kernel Functions for Drivers netinstancefree(9F)
NAME
netinstancefree - free a netinstancet structure
SYNOPSIS
#include
void netinstancefree(netinstancet *netinstance);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
netinstance pointer returned by netinstancealloc(9F).
DESCRIPTION
The netinstancefree() function frees a netinstancet
structure that was originally allocated by
netinstancealloc(9F).
CONTEXT
The netinstancefree() function may be called from user,
kernel, or interrupt context.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
Interface Stability Committed
SEE ALSO
netinstancealloc(9F), attributes(5), netinstancet(9S)
SunOS 5.11 Last change: 1 May 2008 1
|