VELOCITY_RX_COPY
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
velocity_rx_copy - in place Rx copy for small packets
SYNOPSIS
"SYNOPSIS"
int velocity_rx_copy (struct sk_buff ** rx_skb, int pkt_size, struct velocity_info * vptr);
ARGUMENTS
- rx_skb
-
network layer packet buffer candidate
- pkt_size
-
received data size
- vptr
-
-- undescribed --
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:58 GMT, October 09, 2005