Merge commit '9276b3991ba20d5a5660887ba81b0bc7bed25a0c'
[unleashed.git] / share / man / man9f / net_inject_free.9f
blob24d5f79af052402628cf038d3cdabfec08f9a621
1 '\" te
2 .\" Copyright (C) 2008, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH NET_INJECT_FREE 9F "May 1, 2008"
7 .SH NAME
8 net_inject_free \- free a net_inject_t structure
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/neti.h>
14 \fBvoid\fR \fBnet_inject_free\fR(\fBnet_inject_t\fR *\fIinject\fR);
15 .fi
17 .SH INTERFACE LEVEL
18 .sp
19 .LP
20 Solaris DDI specific (Solaris DDI).
21 .SH PARAMETERS
22 .sp
23 .ne 2
24 .na
25 \fB\fIinject\fR\fR
26 .ad
27 .RS 10n
28 pointer returned by \fBnet_inject_alloc\fR(9F).
29 .RE
31 .SH DESCRIPTION
32 .sp
33 .LP
34 The \fBnet_inject_free()\fR function frees a \fBnet_inject_t\fR structure that
35 was originally allocated by \fBnet_inject_alloc\fR(9F).
36 .SH CONTEXT
37 .sp
38 .LP
39 The \fBnet_inject_free()\fR function may be called from user,  kernel, or
40 interrupt context.
41 .SH ATTRIBUTES
42 .sp
43 .LP
44 See \fBattributes\fR(5) for descriptions of the following attributes:
45 .sp
47 .sp
48 .TS
49 box;
50 c | c
51 l | l .
52 ATTRIBUTE TYPE  ATTRIBUTE VALUE
54 Interface Stability     Committed
55 .TE
57 .SH SEE ALSO
58 .sp
59 .LP
60 \fBnet_inject_alloc\fR(9F), \fBattributes\fR(5), \fBnet_inject_t\fR(9S)