.\" 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 "VELOCITY_RX_COPY" "9" "09 October 2005" "" ""
.SH NAME
velocity_rx_copy \- in place Rx copy for small packets
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int velocity_rx_copy (struct sk_buff ** \fIrx_skb\fB, int \fIpkt_size\fB, struct velocity_info * \fIvptr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIrx_skb\fB\fR
network layer packet buffer candidate
.TP
\fB\fIpkt_size\fB\fR
received data size
.TP
\fB\fIvptr\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Replace the current skb that is scheduled for Rx processing by a
shorter, immediatly allocated skb, if the received packet is small
enough. This function returns a negative value if the received
packet is too big or if memory is exhausted.