.\" 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 "SKB_STORE_BITS" "9" "09 October 2005" "" ""
.SH NAME
skb_store_bits \- store bits from kernel buffer to skb
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int skb_store_bits (const struct sk_buff * \fIskb\fB, int \fIoffset\fB, void * \fIfrom\fB, int \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
destination buffer
.TP
\fB\fIoffset\fB\fR
offset in destination
.TP
\fB\fIfrom\fB\fR
source buffer
.TP
\fB\fIlen\fB\fR
number of bytes to copy
.SH "DESCRIPTION"
.PP
Copy the specified number of bytes from the source buffer to the
destination skb. This function handles all the messy bits of
traversing fragment lists and such.