Go to main content

man pages section 9: DDI and DKI Kernel Functions

Exit Print View

Updated: July 2017
 
 

net_instance_free(9F)

Name

net_instance_free - free a net_instance_t structure

Synopsis

#include <sys/neti.h>

void net_instance_free(net_instance_t *net_instance);

Interface Level

Solaris DDI specific (Solaris DDI).

Parameters

net_instance

pointer returned by net_instance_alloc(9F).

Description

The net_instance_free() function frees a net_instance_t structure that was originally allocated by net_instance_alloc(9F).

Context

The net_instance_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_instance_alloc(9F), attributes(5), net_instance_t(9S)