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

/linux-4.1.27/net/ipv4/
H A Dfib_semantics.c695 struct hlist_head *new_laddrhash, fib_info_hash_move()
737 ldest = &new_laddrhash[new_hash]; hlist_for_each_entry_safe()
741 fib_info_laddrhash = new_laddrhash;
787 struct hlist_head *new_laddrhash; fib_create_info() local
794 new_laddrhash = fib_info_hash_alloc(bytes); fib_create_info()
795 if (!new_info_hash || !new_laddrhash) { fib_create_info()
797 fib_info_hash_free(new_laddrhash, bytes); fib_create_info()
799 fib_info_hash_move(new_info_hash, new_laddrhash, new_size); fib_create_info()
694 fib_info_hash_move(struct hlist_head *new_info_hash, struct hlist_head *new_laddrhash, unsigned int new_size) fib_info_hash_move() argument

Completed in 49 milliseconds