keep_tl 64 drivers/isdn/mISDN/l1oip.h struct timer_list keep_tl; keep_tl 278 drivers/isdn/mISDN/l1oip_core.c if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ)) keep_tl 279 drivers/isdn/mISDN/l1oip_core.c mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); keep_tl 281 drivers/isdn/mISDN/l1oip_core.c hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; keep_tl 822 drivers/isdn/mISDN/l1oip_core.c struct l1oip *hc = from_timer(hc, t, keep_tl); keep_tl 1235 drivers/isdn/mISDN/l1oip_core.c if (timer_pending(&hc->keep_tl)) keep_tl 1236 drivers/isdn/mISDN/l1oip_core.c del_timer(&hc->keep_tl); keep_tl 1423 drivers/isdn/mISDN/l1oip_core.c timer_setup(&hc->keep_tl, l1oip_keepalive, 0); keep_tl 1424 drivers/isdn/mISDN/l1oip_core.c hc->keep_tl.expires = jiffies + 2 * HZ; /* two seconds first time */ keep_tl 1425 drivers/isdn/mISDN/l1oip_core.c add_timer(&hc->keep_tl);