new_info_hash    1228 net/ipv4/fib_semantics.c static void fib_info_hash_move(struct hlist_head *new_info_hash,
new_info_hash    1251 net/ipv4/fib_semantics.c 			dest = &new_info_hash[new_hash];
new_info_hash    1255 net/ipv4/fib_semantics.c 	fib_info_hash = new_info_hash;
new_info_hash    1390 net/ipv4/fib_semantics.c 		struct hlist_head *new_info_hash;
new_info_hash    1397 net/ipv4/fib_semantics.c 		new_info_hash = fib_info_hash_alloc(bytes);
new_info_hash    1399 net/ipv4/fib_semantics.c 		if (!new_info_hash || !new_laddrhash) {
new_info_hash    1400 net/ipv4/fib_semantics.c 			fib_info_hash_free(new_info_hash, bytes);
new_info_hash    1403 net/ipv4/fib_semantics.c 			fib_info_hash_move(new_info_hash, new_laddrhash, new_size);