Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bridge/
Dbr_fdb.c68 return x & (BR_HASH_SIZE - 1); in br_mac_hash()
100 for (i=0;i<BR_HASH_SIZE;i++) { in br_fdb_changeaddr()
126 for (i=0;i<BR_HASH_SIZE;i++) { in br_fdb_cleanup()
150 for (i=0;i<BR_HASH_SIZE;i++) { in br_fdb_delete_by_port()
212 for (i=0;i<BR_HASH_SIZE;i++) { in br_fdb_get_entries()
Dbr_private.h24 #define BR_HASH_SIZE (1 << BR_HASH_BITS) macro
87 struct net_bridge_fdb_entry *hash[BR_HASH_SIZE];