Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_fdb.c78 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()
198 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_changeaddr()
277 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_cleanup()
303 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_flush()
324 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_delete_by_port()
403 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_fillbuf()
693 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_dump()
946 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_sync_static()
960 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_sync_static()
983 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_unsync_static()
Dbr_private.h24 #define BR_HASH_SIZE (1 << BR_HASH_BITS) macro
215 struct hlist_head hash[BR_HASH_SIZE];
Dbr_multicast.c596 err = br_mdb_rehash(&br->mdb, BR_HASH_SIZE, 0); in br_multicast_new_group()