Home
last modified time | relevance | path

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

/openbmc/linux/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;
/openbmc/linux/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 *nht; in neigh_periodic_work()
[all …]