Searched refs:func_refresh (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_abr.c572 slot.func_refresh = ospf6_abr_prefix_lsa_refresh;
626 slot.func_refresh = ospf6_abr_router_lsa_refresh;
H A Dospf6_dbex.c376 if (slot && slot->func_refresh)
378 (*slot->func_refresh) (received);
H A Dospf6_lsa.h239 int (*func_refresh) (void *lsa); member in struct:ospf6_lsa_slot
H A Dospf6_asbr.c459 slot.func_refresh = ospf6_asbr_external_refresh;
H A Dospf6_lsa.c844 (*slot->func_refresh) (lsa);
1347 slot.func_refresh = ospf6_lsa_router_refresh;
1546 slot.func_refresh = ospf6_lsa_network_refresh;
1801 slot.func_refresh = ospf6_lsa_link_refresh;
H A Dospf6_intra.c836 slot.func_refresh = ospf6_lsa_intra_prefix_refresh;

Completed in 56 milliseconds