.\" 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_PROCESS_TMR_EV" "" "06 October 2005" "" "" .SH NAME llc_process_tmr_ev \- timer backend .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void llc_process_tmr_ev (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR active connection .TP \fB\fIskb\fB\fR occurred event .SH "DESCRIPTION" .PP This function is called from timer callback functions. When connection is busy (during sending a data frame) timer expiration event must be queued. Otherwise this event can be sent to connection state machine. Queued events will process by llc_backlog_rcv function after sending data frame.