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

NAME

6       net_inject_free - free a net_inject_t structure
7

SYNOPSIS

9       #include <sys/neti.h>
10
11       void net_inject_free(net_inject_t *inject);
12
13

INTERFACE LEVEL

15       Solaris DDI specific (Solaris DDI).
16

PARAMETERS

18       inject    pointer returned by net_inject_alloc(9F).
19
20

DESCRIPTION

22       The  net_inject_free() function frees a net_inject_t structure that was
23       originally allocated by net_inject_alloc(9F).
24

CONTEXT

26       The net_inject_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_inject_alloc(9F), attributes(5), net_inject_t(9S)
45
46
47
48SunOS 5.11                        1 May 2008               net_inject_free(9F)
Impressum