Searched refs:t_wakeup (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_interface.c639 if (ri->t_wakeup)
641 thread_cancel (ri->t_wakeup);
642 ri->t_wakeup = NULL;
695 if (ri->t_wakeup)
697 thread_cancel (ri->t_wakeup);
698 ri->t_wakeup = NULL;
979 ri->t_wakeup = NULL;
1085 if (! ri->t_wakeup)
1086 ri->t_wakeup = thread_add_timer (master, rip_interface_wakeup,
H A Dripd.h258 struct thread *t_wakeup; member in struct:rip_interface
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.h257 struct thread *t_wakeup; member in struct:ripng_interface
H A Dripng_interface.c452 ri->t_wakeup = NULL;
504 if (! ri->t_wakeup)
505 ri->t_wakeup = thread_add_timer (master, ripng_interface_wakeup,

Completed in 73 milliseconds