| /f-stack/freebsd/kern/ |
| H A D | subr_hash.c | 93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() function
|
| H A D | uipc_sem.c | 1063 hashdestroy(ksem_dictionary, M_KSEM, ksem_hash); in ksem_module_destroy()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcbgroup.c | 213 hashdestroy(pcbgroup->ipg_hashbase, M_PCB, in in_pcbgroup_destroy() 216 hashdestroy(pcbinfo->ipi_wildbase, M_PCB, pcbinfo->ipi_wildmask); in in_pcbgroup_destroy()
|
| H A D | sctp_os_bsd.h | 259 #define SCTP_HASH_FREE(table, hashmark) hashdestroy(table, M_PCB, hashmark)
|
| H A D | in_pcb.c | 562 hashdestroy(pcbinfo->ipi_hashbase, M_PCB, pcbinfo->ipi_hashmask); in in_pcbinfo_destroy() 563 hashdestroy(pcbinfo->ipi_porthashbase, M_PCB, in in_pcbinfo_destroy() 565 hashdestroy(pcbinfo->ipi_lbgrouphashbase, M_PCB, in in_pcbinfo_destroy()
|
| H A D | ip_input.c | 413 hashdestroy(V_in_ifaddrhashtbl, M_IFADDR, V_in_ifaddrhmask); in ip_destroy()
|
| H A D | siftr.c | 1513 hashdestroy(counter_hash, M_SIFTR, siftr_hashmask); in deinit_siftr()
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 95 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() function
|
| H A D | ff_ng_base.c | 1005 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in ng_name_rehash() 1036 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in ng_ID_rehash() 3205 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in vnet_netgraph_uninit() 3206 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_ID_hmask); in vnet_netgraph_uninit()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 673 hashdestroy(priv->hash, M_NETGRAPH_SOCK, priv->hmask); in ng_socket_free_priv() 807 hashdestroy(priv->hash, M_NETGRAPH_SOCK, priv->hmask); in ngs_rehash()
|
| H A D | ng_base.c | 999 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in ng_name_rehash() 1030 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in ng_ID_rehash() 3181 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask); in vnet_netgraph_uninit() 3182 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_ID_hmask); in vnet_netgraph_uninit()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 250 void hashdestroy(void *, struct malloc_type *, u_long);
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 8253 hashdestroy(V_spdcachehashtbl, M_IPSEC_SPDCACHE, V_spdcachehash_mask); in spdcache_destroy() 8370 hashdestroy(V_sphashtbl, M_IPSEC_SP, V_sphash_mask); in key_destroy() 8371 hashdestroy(V_savhashtbl, M_IPSEC_SA, V_savhash_mask); in key_destroy() 8372 hashdestroy(V_sahaddrhashtbl, M_IPSEC_SAH, V_sahaddrhash_mask); in key_destroy() 8410 hashdestroy(V_acqaddrhashtbl, M_IPSEC_SAQ, V_acqaddrhash_mask); in key_destroy() 8411 hashdestroy(V_acqseqhashtbl, M_IPSEC_SAQ, V_acqseqhash_mask); in key_destroy()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 399 hashdestroy(V_in6_ifaddrhashtbl, M_IFADDR, V_in6_ifaddrhmask); in ip6_destroy()
|