Searched refs:new_info_hash (Results 1 – 1 of 1) sorted by relevance
1273 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move() argument1296 dest = &new_info_hash[new_hash]; in fib_info_hash_move()1300 fib_info_hash = new_info_hash; in fib_info_hash_move()1435 struct hlist_head *new_info_hash; in fib_create_info() local1442 new_info_hash = fib_info_hash_alloc(bytes); in fib_create_info()1444 if (!new_info_hash || !new_laddrhash) { in fib_create_info()1445 fib_info_hash_free(new_info_hash, bytes); in fib_create_info()1448 fib_info_hash_move(new_info_hash, new_laddrhash, new_size); in fib_create_info()
Completed in 6 milliseconds