Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h186 struct neigh_hash_table { struct
227 struct neigh_hash_table __rcu *nht;
289 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref()
378 struct neigh_hash_table *nht;
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h192 struct neigh_hash_table { struct
235 struct neigh_hash_table __rcu *nht;
302 struct neigh_hash_table *nht = rcu_dereference(tbl->nht); in ___neigh_lookup_noref()
401 struct neigh_hash_table *nht;
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c204 struct neigh_hash_table *nht; in neigh_remove_one()
330 struct neigh_hash_table *nht; in neigh_flush_dev()
475 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
478 struct neigh_hash_table *ret; in neigh_hash_alloc()
506 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
507 struct neigh_hash_table, in neigh_hash_free_rcu()
521 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
525 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
589 struct neigh_hash_table *nht; in ___neigh_create()
899 struct neigh_hash_table *nh in neigh_periodic_work()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c231 struct neigh_hash_table *nht; in neigh_remove_one()
384 struct neigh_hash_table *nht; in neigh_flush_dev()
531 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
534 struct neigh_hash_table *ret; in neigh_hash_alloc()
562 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
563 struct neigh_hash_table, in neigh_hash_free_rcu()
577 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
581 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
645 struct neigh_hash_table *nht; in ___neigh_create()
952 struct neigh_hash_table *nh in neigh_periodic_work()
[all...]

Completed in 9 milliseconds