Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c37 static const struct rhashtable_params fast_tx_rht_params = { variable
67 rhashtable_init(&cache->rht, &fast_tx_rht_params); in mesh_fast_tx_init()
429 rhashtable_remove_fast(&cache->rht, &entry->rhash, fast_tx_rht_params); in mesh_fast_tx_entry_free()
441 entry = rhashtable_lookup(&cache->rht, key, fast_tx_rht_params); in mesh_fast_tx_get()
448 entry = rhashtable_lookup(&cache->rht, key, fast_tx_rht_params); in mesh_fast_tx_get()
582 fast_tx_rht_params); in mesh_fast_tx_cache()
594 &entry->rhash, fast_tx_rht_params); in mesh_fast_tx_cache()
664 entry = rhashtable_lookup_fast(&cache->rht, &key, fast_tx_rht_params); in mesh_fast_tx_flush_addr()