Home
last modified time | relevance | path

Searched refs:new_info_hash (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dfib_semantics.c379 struct hlist_head *new_info_hash, *old_info_hash; in fib_info_hash_grow() local
385 new_info_hash = fib_info_hash_alloc(net->ipv4.fib_info_hash_bits + 1); in fib_info_hash_grow()
386 if (!new_info_hash) in fib_info_hash_grow()
390 net->ipv4.fib_info_hash = new_info_hash; in fib_info_hash_grow()