Searched refs:link_set_timer (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | link.c | 289 static void link_set_timer(struct link *l_ptr, u32 time) in link_set_timer() function 631 link_set_timer(l_ptr, cont_intv); in link_state_event() 653 link_set_timer(l_ptr, cont_intv); in link_state_event() 660 link_set_timer(l_ptr, cont_intv / 4); in link_state_event() 670 link_set_timer(l_ptr, cont_intv); in link_state_event() 682 link_set_timer(l_ptr, cont_intv); in link_state_event() 692 link_set_timer(l_ptr, cont_intv); in link_state_event() 704 link_set_timer(l_ptr, cont_intv); in link_state_event() 709 link_set_timer(l_ptr, cont_intv / 4); in link_state_event() 719 link_set_timer(l_ptr, cont_intv); in link_state_event() [all …]
|