1net_instance_free(9F)    Kernel Functions for Drivers    net_instance_free(9F)
2
3
4

NAME

6       net_instance_free - free a net_instance_t structure
7

SYNOPSIS

9       #include <sys/neti.h>
10
11       void net_instance_free(net_instance_t *net_instance);
12
13

INTERFACE LEVEL

15       Solaris DDI specific (Solaris DDI).
16

PARAMETERS

18       net_instance    pointer returned by net_instance_alloc(9F).
19
20

DESCRIPTION

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

CONTEXT

26       The net_instance_free() function may be called from user,   kernel,  or
27       interrupt context.
28

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │Availability                 │SUNWcsu                      │
39       ├─────────────────────────────┼─────────────────────────────┤
40       │Interface Stability          │Committed                    │
41       └─────────────────────────────┴─────────────────────────────┘
42

SEE ALSO

44       net_instance_alloc(9F), attributes(5), net_instance_t(9S)
45
46
47
48SunOS 5.11                        1 May 2008             net_instance_free(9F)
Impressum