Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dmesh_pathtbl.c26 static const struct rhashtable_params mesh_rht_params = { variable
63 if (rhashtable_init(&newtbl->rhead, &mesh_rht_params)) { in mesh_table_alloc()
219 mpath = rhashtable_lookup(&tbl->rhead, dst, mesh_rht_params); in mpath_lookup()
425 mesh_rht_params); in mesh_path_add()
468 mesh_rht_params); in mpp_path_add()
533 rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params); in __mesh_path_del()
620 mpath = rhashtable_lookup_fast(&tbl->rhead, addr, mesh_rht_params); in table_path_del()