.\" 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 "LLC_BACKLOG_RCV" "" "06 October 2005" "" "" .SH NAME llc_backlog_rcv \- Processes rx frames and expired timers. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_backlog_rcv (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR LLC sock (p8022 connection) .TP \fB\fIskb\fB\fR queued rx frame or event .SH "DESCRIPTION" .PP This function processes frames that has received and timers that has expired during sending an I pdu (refer to data_req_handler). frames queue by llc_rcv function (llc_mac.c) and timers queue by timer callback functions(llc_c_ac.c).