.\" 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_QUEUE_HEAD" "9" "09 October 2005" "" ""
.SH NAME
skb_queue_head \- queue a buffer at the list head
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void skb_queue_head (struct sk_buff_head * \fIlist\fB, struct sk_buff * \fInewsk\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlist\fB\fR
list to use
.TP
\fB\fInewsk\fB\fR
buffer to queue
.SH "DESCRIPTION"
.PP
Queue a buffer at the start of the list. This function takes the
list lock and can be used safely with other locking &sk_buff functions
safely.
.PP
A buffer cannot be placed on two lists at the same time.