Home
last modified time | relevance | path

Searched refs:BR_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/net/bridge/
Dbr_fdb.c75 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()
101 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_changeaddr()
180 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_cleanup()
206 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_flush()
227 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_delete_by_port()
320 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_fillbuf()
589 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_dump()
Dbr_private.h24 #define BR_HASH_SIZE (1 << BR_HASH_BITS) macro
214 struct hlist_head hash[BR_HASH_SIZE];
Dbr_multicast.c591 err = br_mdb_rehash(&br->mdb, BR_HASH_SIZE, 0); in br_multicast_new_group()