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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_fdb.c68 return x & (BR_HASH_SIZE - 1);
100 for (i=0;i<BR_HASH_SIZE;i++) {
126 for (i=0;i<BR_HASH_SIZE;i++) {
150 for (i=0;i<BR_HASH_SIZE;i++) {
212 for (i=0;i<BR_HASH_SIZE;i++) {
H A Dbr_private.h24 #define BR_HASH_SIZE (1 << BR_HASH_BITS) macro
88 struct net_bridge_fdb_entry *hash[BR_HASH_SIZE];

Completed in 49 milliseconds