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

/linux-master/net/ipv4/
H A Dfib_semantics.c56 static unsigned int fib_info_hash_size; variable
352 unsigned int mask = (fib_info_hash_size - 1);
1278 unsigned int old_size = fib_info_hash_size;
1284 fib_info_hash_size = new_size;
1438 if (READ_ONCE(fib_info_cnt) >= fib_info_hash_size) {
1439 unsigned int new_size = fib_info_hash_size << 1;
1455 if (!fib_info_hash_size)

Completed in 217 milliseconds