Searched refs:connect_timer (Results 1 – 1 of 1) sorted by relevance
38 struct timer_list connect_timer;/* aka T3 in spec 10.6.1 */ member347 del_timer_sync(&shdlc->connect_timer); in llc_shdlc_connect_complete()574 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()627 mod_timer(&shdlc->connect_timer, jiffies + in llc_shdlc_sm_work()634 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work()755 timer_setup(&shdlc->connect_timer, llc_shdlc_connect_timeout, 0); in llc_shdlc_init()