Go to main content

man pages section 9: DDI and DKI Kernel Functions

Exit Print View

Updated: July 2017
 
 

net_inject_free(9F)

Name

net_inject_free - free a net_inject_t structure

Synopsis

#include <sys/neti.h>

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 structure 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 attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os
Interface Stability
Committed

See Also

net_inject_alloc(9F), attributes(5), net_inject_t(9S)