Kernel Functions for Drivers netinjectfree(9F)
NAME
netinjectfree - free a netinjectt structure
SYNOPSIS
#include
void netinjectfree(netinjectt *inject);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
inject pointer returned by netinjectalloc(9F).
DESCRIPTION
The netinjectfree() function frees a netinjectt struc-
ture that was originally allocated by netinjectalloc(9F).
CONTEXT
The netinjectfree() 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
netinjectalloc(9F), attributes(5), netinjectt(9S)
SunOS 5.11 Last change: 1 May 2008 1
|