.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "NETIUCV_TX" "" "06 October 2005" "" ""
.SH NAME
netiucv_tx \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int netiucv_tx (struct sk_buff * \fIskb\fB, struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
-- undescribed --
.TP
\fB\fIdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Called from generic network device layer.
.PP
\fIparam\fR skb Pointer to buffer containing the packet.
\fIparam\fR dev Pointer to interface struct.
.PP
\fIreturn\fR 0 if packet consumed, !0 if packet rejected.
.SH "NOTE"
.PP
If we return !0, then the packet is free'd by
the generic network layer.