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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.h39 int (* new_lsa_hook)(struct ospf_lsa *); member in struct:ospf_lsdb
H A Dospf_opaque.h125 int (* new_lsa_hook)(struct ospf_lsa *lsa),
H A Dospf_lsdb.c113 if (lsdb->new_lsa_hook != NULL)
114 (* lsdb->new_lsa_hook)(lsa);
H A Dospf_opaque.c141 area->lsdb->new_lsa_hook = ospf_opaque_lsa_install_hook;
151 area->lsdb->new_lsa_hook =
173 top->lsdb->new_lsa_hook = ospf_opaque_lsa_install_hook;
183 top->lsdb->new_lsa_hook =
240 int (* new_lsa_hook)(struct ospf_lsa *lsa); member in struct:ospf_opaque_functab
324 int (* new_lsa_hook)(struct ospf_lsa *lsa),
368 new->new_lsa_hook = new_lsa_hook;
870 if (functab->new_lsa_hook != NULL)
871 if ((* functab->new_lsa_hook)(ls
[all...]

Completed in 94 milliseconds