Searched refs:mfdb (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 144 mod_hash_t *mfdb; /* multicast FDB */ member
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 827 if (mod_hash_find(vswp->mfdb, (mod_hash_key_t)key, in vsw_forward_grp() 1665 if (mod_hash_find(vswp->mfdb, (mod_hash_key_t)addr, in vsw_add_mcst() 1674 if (mod_hash_insert(vswp->mfdb, (mod_hash_key_t)addr, in vsw_add_mcst() 1758 if (mod_hash_find(vswp->mfdb, (mod_hash_key_t)addr, in vsw_del_mcst() 1784 (void) mod_hash_destroy(vswp->mfdb, in vsw_del_mcst() 1787 (void) mod_hash_replace(vswp->mfdb, in vsw_del_mcst()
|
H A D | vsw.c | 647 vswp->mfdb = mod_hash_create_ptrhash(hashname, vsw_fdb_nchains, in vsw_attach() 882 mod_hash_destroy_hash(vswp->mfdb); in vsw_unattach()
|