Searched refs:NM_BDG_HASH (Results 1 – 3 of 3) sorted by relevance
80 #define NM_BDG_HASH 1024 /* forwarding table entries */ macro
213 b->ht = nm_os_malloc(sizeof(struct nm_hash_ent) * NM_BDG_HASH); in nm_find_bridge()1017 bzero(b->ht, sizeof(struct nm_hash_ent) * NM_BDG_HASH); in netmap_bdg_regops()
594 #define BRIDGE_RTHASH_MASK (NM_BDG_HASH-1) in nm_vale_rthash()