Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dneighbour.h186 struct neigh_hash_table { struct
227 struct neigh_hash_table __rcu *nht;
290 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref()
381 struct neigh_hash_table *nht;
/Linux-v5.15/net/core/
Dneighbour.c203 struct neigh_hash_table *nht; in neigh_remove_one()
296 struct neigh_hash_table *nht; in neigh_flush_dev()
440 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
443 struct neigh_hash_table *ret; in neigh_hash_alloc()
471 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
472 struct neigh_hash_table, in neigh_hash_free_rcu()
486 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
490 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
553 struct neigh_hash_table *nht; in neigh_lookup_nodev()
587 struct neigh_hash_table *nht; in ___neigh_create()
[all …]