Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Dneighbour.c315 static struct neigh_hash_table *neigh_hash_alloc(unsigned int entries) in neigh_hash_alloc() function
366 new_nht = neigh_hash_alloc(new_entries); in neigh_hash_grow()
1543 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(8)); in neigh_table_init_no_netlink()