Home
last modified time | relevance | path

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

/linux-3.3/net/mac80211/
Dmesh_pathtbl.c83 static struct mesh_table *mesh_table_alloc(int size_order) in mesh_table_alloc() function
610 newtbl = mesh_table_alloc(oldtbl->size_order + 1); in mesh_mpath_table_grow()
631 newtbl = mesh_table_alloc(oldtbl->size_order + 1); in mesh_mpp_table_grow()
1059 tbl_path = mesh_table_alloc(INIT_PATHS_SIZE_ORDER); in mesh_pathtbl_init()
1073 tbl_mpp = mesh_table_alloc(INIT_PATHS_SIZE_ORDER); in mesh_pathtbl_init()