Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_pathtbl.c167 newtbl->copy_node = oldtbl->copy_node; in mesh_table_grow()
174 if (oldtbl->copy_node(p, newtbl) < 0) in mesh_table_grow()
1047 tbl_path->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
1063 tbl_mpp->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
Dmesh.h155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); member