.\" 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 "E100_ADD_SKB_TO_END" "" "06 October 2005" "" "" .SH NAME e100_add_skb_to_end \- add an skb to the end of our rfd list .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void e100_add_skb_to_end (struct e100_private * \fIbdp\fB, struct rx_list_elem * \fIrx_struct\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdp\fB\fR atapter's private data struct .TP \fB\fIrx_struct\fB\fR rx_list_elem with the new skb .SH "DESCRIPTION" .PP Adds a newly allocated skb to the end of our rfd list.