void llc_process_tmr_ev (struct sock * sk, struct sk_buff * skb);
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.