.\" 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_INSERT" "9" "09 October 2005" "" ""
.SH NAME
skb_insert \- insert a buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void skb_insert (struct sk_buff * \fIold\fB, struct sk_buff * \fInewsk\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIold\fB\fR
buffer to insert before
.TP
\fB\fInewsk\fB\fR
buffer to insert
.SH "DESCRIPTION"
.PP
Place a packet before a given packet in a list. The list locks are taken
and this function is atomic with respect to other list locked calls
A buffer cannot be placed on two lists at the same time.