Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip.h65 struct timer_list keep_tl; member
Dl1oip_core.c292 if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ) && !hc->shutdown) in l1oip_socket_send()
293 mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); in l1oip_socket_send()
295 hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; in l1oip_socket_send()
839 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive()
1254 del_timer_sync(&hc->keep_tl); in release_card()
1440 timer_setup(&hc->keep_tl, l1oip_keepalive, 0); in init_card()
1441 hc->keep_tl.expires = jiffies + 2 * HZ; /* two seconds first time */ in init_card()
1442 add_timer(&hc->keep_tl); in init_card()