Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_pathtbl.c124 static void mesh_table_free(struct mesh_table *tbl, bool free_leafs) in mesh_table_free() argument
135 tbl->free_node(p, free_leafs); in mesh_table_free()
140 if (free_leafs) { in mesh_table_free()
1006 static void mesh_path_node_free(struct hlist_node *p, bool free_leafs) in mesh_path_node_free() argument
1012 if (free_leafs) { in mesh_path_node_free()
Dmesh.h154 void (*free_node) (struct hlist_node *p, bool free_leafs);