Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c43 static struct mesh_table __rcu *mesh_paths;
44 static struct mesh_table __rcu *mpp_paths; /* Store paths for MPP&MAP */
58 static inline struct mesh_table *resize_dereference_mesh_paths(void) in resize_dereference_mesh_paths()
64 static inline struct mesh_table *resize_dereference_mpp_paths(void) in resize_dereference_mpp_paths()
81 static struct mesh_table *mesh_table_alloc(int size_order) in mesh_table_alloc()
84 struct mesh_table *newtbl; in mesh_table_alloc()
86 newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC); in mesh_table_alloc()
118 static void __mesh_table_free(struct mesh_table *tbl) in __mesh_table_free()
125 static void mesh_table_free(struct mesh_table *tbl, bool free_leafs) in mesh_table_free()
155 static int mesh_table_grow(struct mesh_table *oldtbl, in mesh_table_grow()
[all …]
Dmesh.h147 struct mesh_table { struct
155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); argument