Searched refs:keep_tl (Results 1 – 2 of 2) sorted by relevance
290 if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ)) in l1oip_socket_send()291 mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); in l1oip_socket_send()293 hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; in l1oip_socket_send()1249 if (timer_pending(&hc->keep_tl)) in release_card()1250 del_timer(&hc->keep_tl); in release_card()1438 hc->keep_tl.function = (void *)l1oip_keepalive; in init_card()1439 hc->keep_tl.data = (ulong)hc; in init_card()1440 init_timer(&hc->keep_tl); 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()
63 struct timer_list keep_tl; member