Lines Matching defs:timer
64 struct timer_list timer;
321 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */
322 mod_timer(&proto->timer, proto->timeout =
351 mod_timer(&proto->timer, proto->timeout =
364 del_timer(&proto->timer);
567 struct proto *proto = from_timer(proto, t, timer);
575 if (timer_pending(&proto->timer)) {
608 proto->timer.expires = jiffies +
610 add_timer(&proto->timer);
627 timer_setup(&proto->timer, ppp_timer, 0);