Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_fdb.c79 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1); in br_mac_hash()
221 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_changeaddr()
300 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_cleanup()
328 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_flush()
351 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_delete_by_port()
431 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_fillbuf()
723 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_dump()
1044 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_sync_static()
1058 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_sync_static()
1081 for (i = 0; i < BR_HASH_SIZE; i++) { in br_fdb_unsync_static()
Dbr_private.h26 #define BR_HASH_SIZE (1 << BR_HASH_BITS) macro
260 struct hlist_head hash[BR_HASH_SIZE];
Dbr_multicast.c610 err = br_mdb_rehash(&br->mdb, BR_HASH_SIZE, 0); in br_multicast_new_group()