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

/linux-master/net/ipv4/
H A Dfib_semantics.c1274 struct hlist_head *new_laddrhash,
1303 fib_info_laddrhash = new_laddrhash;
1441 struct hlist_head *new_laddrhash; local
1448 new_laddrhash = kvzalloc(bytes, GFP_KERNEL);
1449 if (!new_info_hash || !new_laddrhash) {
1451 kvfree(new_laddrhash);
1453 fib_info_hash_move(new_info_hash, new_laddrhash, new_size);
1273 fib_info_hash_move(struct hlist_head *new_info_hash, struct hlist_head *new_laddrhash, unsigned int new_size) argument

Completed in 203 milliseconds