Searched refs:mesh_table (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh.h110 * struct mesh_table
124 struct mesh_table { struct
132 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl);
276 struct mesh_table *mesh_table_alloc(int size_order);
277 void mesh_table_free(struct mesh_table *tbl, bool free_leafs);
281 struct mesh_table *tbl);
H A Dmesh_pathtbl.c39 static struct mesh_table *mesh_paths;
40 static struct mesh_table *mpp_paths; /* Store paths for MPP&MAP */
43 static void __mesh_table_free(struct mesh_table *tbl)
50 void mesh_table_free(struct mesh_table *tbl, bool free_leafs)
68 static struct mesh_table *mesh_table_grow(struct mesh_table *tbl)
70 struct mesh_table *newtbl;
160 struct mesh_table *tbl;
187 struct mesh_table *tbl;
335 struct mesh_table *oldtb
[all...]
H A Dmesh.c292 u32 mesh_table_hash(u8 *addr, struct ieee80211_sub_if_data *sdata, struct mesh_table *tbl)
299 struct mesh_table *mesh_table_alloc(int size_order)
302 struct mesh_table *newtbl;
304 newtbl = kmalloc(sizeof(struct mesh_table), GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh.h110 * struct mesh_table
124 struct mesh_table { struct
132 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl);
276 struct mesh_table *mesh_table_alloc(int size_order);
277 void mesh_table_free(struct mesh_table *tbl, bool free_leafs);
281 struct mesh_table *tbl);
H A Dmesh_pathtbl.c39 static struct mesh_table *mesh_paths;
40 static struct mesh_table *mpp_paths; /* Store paths for MPP&MAP */
43 static void __mesh_table_free(struct mesh_table *tbl)
50 void mesh_table_free(struct mesh_table *tbl, bool free_leafs)
68 static struct mesh_table *mesh_table_grow(struct mesh_table *tbl)
70 struct mesh_table *newtbl;
160 struct mesh_table *tbl;
187 struct mesh_table *tbl;
335 struct mesh_table *oldtb
[all...]
H A Dmesh.c292 u32 mesh_table_hash(u8 *addr, struct ieee80211_sub_if_data *sdata, struct mesh_table *tbl)
299 struct mesh_table *mesh_table_alloc(int size_order)
302 struct mesh_table *newtbl;
304 newtbl = kmalloc(sizeof(struct mesh_table), GFP_KERNEL);

Completed in 114 milliseconds