.\" 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_TAIL" "9" "09 October 2005" "" "" .SH NAME skb_queue_tail \- queue a buffer at the list tail .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void skb_queue_tail (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 tail 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.