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 */ member345 timer_delete_sync(&shdlc->connect_timer); in llc_shdlc_connect_complete()567 struct llc_shdlc *shdlc = timer_container_of(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()616 mod_timer(&shdlc->connect_timer, jiffies + in llc_shdlc_sm_work()623 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work()738 timer_setup(&shdlc->connect_timer, llc_shdlc_connect_timeout, 0); in llc_shdlc_init()
Completed in 4 milliseconds