Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c475 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc() function
531 new_nht = neigh_hash_alloc(new_shift); in neigh_hash_grow()
1718 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(3)); in neigh_table_init()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c531 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc() function
587 new_nht = neigh_hash_alloc(new_shift); in neigh_hash_grow()
1800 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(3)); in neigh_table_init()

Completed in 13 milliseconds