Lines Matching refs:mesh

57 	cache = &sdata->u.mesh.tx_cache;  in mesh_fast_tx_deinit()
66 cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_init()
270 return mpath_lookup(&sdata->u.mesh.mesh_paths, dst, sdata); in mesh_path_lookup()
276 return mpath_lookup(&sdata->u.mesh.mpp_paths, dst, sdata); in mpp_path_lookup()
313 return __mesh_path_lookup_by_idx(&sdata->u.mesh.mesh_paths, idx); in mesh_path_lookup_by_idx()
328 return __mesh_path_lookup_by_idx(&sdata->u.mesh.mpp_paths, idx); in mpp_path_lookup_by_idx()
343 tbl = &mpath->sdata->u.mesh.mesh_paths; in mesh_path_add_gate()
352 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate()
362 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()
383 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del()
388 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()
399 return sdata->u.mesh.num_gates; in mesh_gate_num()
440 cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_get()
485 cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_cache()
610 struct mesh_tx_cache *cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_gc()
627 struct mesh_tx_cache *cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_flush_mpath()
641 struct mesh_tx_cache *cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_flush_sta()
655 struct mesh_tx_cache *cache = &sdata->u.mesh.tx_cache; in mesh_fast_tx_flush_addr()
693 if (atomic_add_unless(&sdata->u.mesh.mpaths, 1, MESH_MAX_MPATHS) == 0) in mesh_path_add()
700 tbl = &sdata->u.mesh.mesh_paths; in mesh_path_add()
718 sdata->u.mesh.mesh_paths_generation++; in mesh_path_add()
742 tbl = &sdata->u.mesh.mpp_paths; in mpp_path_add()
757 sdata->u.mesh.mpp_paths_generation++; in mpp_path_add()
773 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_plink_broken()
787 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
805 atomic_dec(&sdata->u.mesh.mpaths); in mesh_path_free_rcu()
815 if (tbl == &mpath->sdata->u.mesh.mpp_paths) in __mesh_path_del()
836 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_path_flush_by_nexthop()
851 struct mesh_table *tbl = &sdata->u.mesh.mpp_paths; in mpp_flush_by_proxy()
884 table_flush_by_iface(&sdata->u.mesh.mesh_paths); in mesh_path_flush_by_iface()
885 table_flush_by_iface(&sdata->u.mesh.mpp_paths); in mesh_path_flush_by_iface()
931 err = table_path_del(&sdata->u.mesh.mesh_paths, sdata, addr); in mesh_path_del()
932 sdata->u.mesh.mesh_paths_generation++; in mesh_path_del()
971 tbl = &sdata->u.mesh.mesh_paths; in mesh_path_send_to_gates()
1008 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
1021 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_flush_pending()
1059 ewma_mesh_fail_avg_init(&next_hop->mesh->fail_avg); in mesh_path_fix_nexthop()
1061 ewma_mesh_fail_avg_add(&next_hop->mesh->fail_avg, 1); in mesh_path_fix_nexthop()
1067 mesh_table_init(&sdata->u.mesh.mesh_paths); in mesh_pathtbl_init()
1068 mesh_table_init(&sdata->u.mesh.mpp_paths); in mesh_pathtbl_init()
1091 mesh_path_tbl_expire(sdata, &sdata->u.mesh.mesh_paths); in mesh_path_expire()
1092 mesh_path_tbl_expire(sdata, &sdata->u.mesh.mpp_paths); in mesh_path_expire()
1098 mesh_table_free(&sdata->u.mesh.mesh_paths); in mesh_pathtbl_unregister()
1099 mesh_table_free(&sdata->u.mesh.mpp_paths); in mesh_pathtbl_unregister()