Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_pathtbl.c127 static void mesh_table_free(struct mesh_table *tbl, bool free_leafs) in mesh_table_free() argument
138 tbl->free_node(p, free_leafs); in mesh_table_free()
143 if (free_leafs) { in mesh_table_free()
1018 static void mesh_path_node_free(struct hlist_node *p, bool free_leafs) in mesh_path_node_free() argument
1024 if (free_leafs) { in mesh_path_node_free()
Dmesh.h145 void (*free_node) (struct hlist_node *p, bool free_leafs);