Searched refs:hb_timer (Results 1 – 4 of 4) sorted by relevance
103 init_timer(&peer->hb_timer); in sctp_transport_init()105 peer->hb_timer.function = sctp_generate_heartbeat_event; in sctp_transport_init()106 peer->hb_timer.data = (unsigned long)peer; in sctp_transport_init()154 if (del_timer(&transport->hb_timer)) in sctp_transport_free()206 if (!mod_timer(&transport->hb_timer, in sctp_transport_reset_timers()
349 if (!mod_timer(&transport->hb_timer, jiffies + (HZ/20))) in sctp_generate_heartbeat_event()530 if (!mod_timer(&t->hb_timer, sctp_transport_timeout(t))) in sctp_cmd_hb_timers_start()545 if (del_timer(&t->hb_timer)) in sctp_cmd_hb_timers_stop()573 if (!mod_timer(&t->hb_timer, sctp_transport_timeout(t))) in sctp_cmd_hb_timer_update()
2366 if (!mod_timer(&peer->hb_timer, sctp_transport_timeout(peer))) in sctp_process_asconf_param()
874 struct timer_list hb_timer; member