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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_interface.h170 struct thread *t_ls_upd_event; /* event */ member in struct:ospf_interface
H A Dospfd.c799 if (oi->t_ls_upd_event)
801 thread_cancel (oi->t_ls_upd_event);
802 oi->t_ls_upd_event = NULL;
H A Dospf_packet.c3067 oi->t_ls_upd_event = NULL;
3133 if (oi->t_ls_upd_event == NULL)
3134 oi->t_ls_upd_event =
H A Dospf_interface.c199 oi->t_ls_upd_event = NULL;

Completed in 70 milliseconds