Home
last modified time | relevance | path

Searched refs:hash_clean (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_router.c244 hash_clean(zrouter.nhgs_id, zebra_nhg_hash_free); in zebra_router_terminate()
246 hash_clean(zrouter.nhgs, NULL); in zebra_router_terminate()
249 hash_clean(zrouter.rules_hash, zebra_pbr_rules_free); in zebra_router_terminate()
252 hash_clean(zrouter.ipset_entry_hash, zebra_pbr_ipset_entry_free), in zebra_router_terminate()
253 hash_clean(zrouter.ipset_hash, zebra_pbr_ipset_free); in zebra_router_terminate()
256 hash_clean(zrouter.iptable_hash, zebra_pbr_iptable_free); in zebra_router_terminate()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_router.c244 hash_clean(zrouter.nhgs_id, zebra_nhg_hash_free); in zebra_router_terminate()
246 hash_clean(zrouter.nhgs, NULL); in zebra_router_terminate()
249 hash_clean(zrouter.rules_hash, zebra_pbr_rules_free); in zebra_router_terminate()
252 hash_clean(zrouter.ipset_entry_hash, zebra_pbr_ipset_entry_free), in zebra_router_terminate()
253 hash_clean(zrouter.ipset_hash, zebra_pbr_ipset_free); in zebra_router_terminate()
256 hash_clean(zrouter.iptable_hash, zebra_pbr_iptable_free); in zebra_router_terminate()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_tx_queue.c104 hash_clean(queue->hash, tx_queue_element_free); in isis_tx_queue_free()
210 hash_clean(queue->hash, tx_queue_element_free); in isis_tx_queue_clean()
H A Disis_spf_private.h179 hash_clean(vertex->firsthops, NULL); in isis_vertex_del()
195 hash_clean(queue->hash, NULL); in isis_vertex_queue_clear()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_tx_queue.c104 hash_clean(queue->hash, tx_queue_element_free); in isis_tx_queue_free()
210 hash_clean(queue->hash, tx_queue_element_free); in isis_tx_queue_clean()
H A Disis_spf_private.h179 hash_clean(vertex->firsthops, NULL); in isis_vertex_del()
195 hash_clean(queue->hash, NULL); in isis_vertex_queue_clear()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_hash.h69 extern void hash_clean (struct hash *, void (*) (void *));
H A Dbgp_hash.c180 hash_clean (struct hash *hash, void (*free_func) (void *)) in hash_clean() function
/dports/net/quagga/quagga-1.2.4/lib/
H A Dhash.h74 extern void hash_clean (struct hash *, void (*) (void *));
H A Dif_rmap.c316 hash_clean (ifrmaphash, (void (*) (void *)) if_rmap_free); in if_rmap_reset()
H A Dhash.c230 hash_clean (struct hash *hash, void (*free_func) (void *)) in hash_clean() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhash.h289 extern void hash_clean(struct hash *hash, void (*free_func)(void *));
H A Dferr.c200 hash_clean(refs, NULL); in log_ref_fini()
H A Dif_rmap.c293 hash_clean(ctx->ifrmaphash, (void (*)(void *))if_rmap_free); in if_rmap_ctx_delete()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhash.h289 extern void hash_clean(struct hash *hash, void (*free_func)(void *));
H A Dferr.c200 hash_clean(refs, NULL); in log_ref_fini()
H A Dif_rmap.c293 hash_clean(ctx->ifrmaphash, (void (*)(void *))if_rmap_free); in if_rmap_ctx_delete()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_instance.c61 hash_clean(pim->rpf_hash, (void *)pim_rp_list_hash_clean); in pim_instance_terminate()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_instance.c61 hash_clean(pim->rpf_hash, (void *)pim_rp_list_hash_clean); in pim_instance_terminate()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_keepalives.c151 hash_clean(peerhash, pkat_del); in bgp_keepalives_finish()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_keepalives.c151 hash_clean(peerhash, pkat_del); in bgp_keepalives_finish()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_vc.c224 hash_clean(nhrp_vc_hash, nhrp_vc_free); in nhrp_vc_terminate()
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_vc.c224 hash_clean(nhrp_vc_hash, nhrp_vc_free); in nhrp_vc_terminate()
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dnhrp_vc.c216 hash_clean(nhrp_vc_hash, nhrp_vc_free); in nhrp_vc_terminate()
/dports/irc/bip/bip-0.9.0-rc4/src/
H A Dutil.h147 void hash_clean(hash_t *h);

1234