Query: net_inject_free
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
net_inject_free(9F) Kernel Functions for Drivers net_inject_free(9F)NAMEnet_inject_free - free a net_inject_t structureSYNOPSIS#include <sys/neti.h> void net_inject_free(net_inject_t *inject);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSinject pointer returned by net_inject_alloc(9F).DESCRIPTIONThe net_inject_free() function frees a net_inject_t structure that was originally allocated by net_inject_alloc(9F).CONTEXTThe net_inject_free() function may be called from user, kernel, or interrupt context.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+SEE ALSOnet_inject_alloc(9F), attributes(5), net_inject_t(9S) SunOS 5.11 1 May 2008 net_inject_free(9F)
Related Man Pages |
---|
net_hook_unregister(9f) - opensolaris |
hook_free(9f) - opensolaris |
net_getnetid(9f) - opensolaris |
net_inject(9f) - opensolaris |
net_inject_alloc(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Study UNIX Kernel |
Change directory for core file |
What's legal and what's not? |
%memused is high |
Shopt -s histappend |