Home
last modified time | relevance | path

Searched refs:keep_tl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/isdn/mISDN/
A Dl1oip_core.c278 if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ)) in l1oip_socket_send()
279 mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); in l1oip_socket_send()
281 hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; in l1oip_socket_send()
822 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive()
1235 if (timer_pending(&hc->keep_tl)) in release_card()
1236 del_timer(&hc->keep_tl); in release_card()
1423 timer_setup(&hc->keep_tl, l1oip_keepalive, 0); in init_card()
1424 hc->keep_tl.expires = jiffies + 2 * HZ; /* two seconds first time */ in init_card()
1425 add_timer(&hc->keep_tl); in init_card()
A Dl1oip.h64 struct timer_list keep_tl; member

Completed in 6 milliseconds