Searched refs:t_garbage_collect (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h197 struct thread *t_garbage_collect; member in struct:rip_info
H A Dripd.c234 rinfo->t_garbage_collect = NULL;
265 RIP_TIMER_ON (rinfo->t_garbage_collect, rip_garbage_collect,
667 RIP_TIMER_OFF (rinfo->t_garbage_collect);
707 RIP_TIMER_ON (rinfo->t_garbage_collect,
1430 RIP_TIMER_OFF (rinfo->t_garbage_collect);
1485 RIP_TIMER_ON (rinfo->t_garbage_collect,
2639 RIP_TIMER_ON (rinfo->t_garbage_collect,
3300 else if ((thread = rinfo->t_garbage_collect) != NULL)
3690 RIP_TIMER_OFF (rinfo->t_garbage_collect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.h190 struct thread *t_garbage_collect; member in struct:ripng_info
H A Dripngd.c417 rinfo->t_garbage_collect = NULL;
457 RIPNG_TIMER_ON (rinfo->t_garbage_collect, ripng_garbage_collect,
673 RIPNG_TIMER_ON (rinfo->t_garbage_collect,
697 RIPNG_TIMER_OFF (rinfo->t_garbage_collect);
725 RIPNG_TIMER_OFF (rinfo->t_garbage_collect);
771 RIPNG_TIMER_OFF (rinfo->t_garbage_collect);
798 RIPNG_TIMER_OFF (rinfo->t_garbage_collect);
1707 else if ((thread = rinfo->t_garbage_collect) != NULL)
H A Dripng_interface.c139 RIPNG_TIMER_OFF (rinfo->t_garbage_collect);

Completed in 68 milliseconds