.\" 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 "DEV_QUEUE_XMIT" "" "06 October 2005" "" ""
.SH NAME
dev_queue_xmit \- transmit a buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int dev_queue_xmit (struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
buffer to transmit
.SH "DESCRIPTION"
.PP
Queue a buffer for transmission to a network device. The caller must
have set the device and priority and built the buffer before calling
this function. The function can be called from an interrupt.
.PP
A negative errno code is returned on a failure. A success does not
guarantee the frame will be transmitted as it may be dropped due
to congestion or traffic shaping.