Searched refs:dl_str_hash (Results 1 – 2 of 2) sorted by relevance
78 dlp->dl_str_hash = mod_hash_create_idhash(name, IMPL_HASHSZ, in i_dls_link_constructor()95 mod_hash_destroy_idhash(dlp->dl_str_hash); in i_dls_link_destructor()96 dlp->dl_str_hash = NULL; in i_dls_link_destructor()281 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx_func()343 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx()585 if (mod_hash_find(dsp->ds_dlp->dl_str_hash, key, in dls_rx_promisc()1000 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_add()1048 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_remove()
57 mod_hash_t *dl_str_hash; /* SL, modhash lock */ member