.\" 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_APPEND" "9" "09 October 2005" "" "" .SH NAME skb_append \- append a buffer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void skb_append (struct sk_buff * \fIold\fB, struct sk_buff * \fInewsk\fB); \fR .SH "ARGUMENTS" .TP \fB\fIold\fB\fR buffer to insert after .TP \fB\fInewsk\fB\fR buffer to insert .SH "DESCRIPTION" .PP Place a packet after 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.