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