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

/linux-4.1.27/net/mac80211/
H A Dmesh_sync.c206 static const struct sync_method sync_methods[] = { variable in typeref:struct:sync_method
220 for (i = 0 ; i < ARRAY_SIZE(sync_methods); ++i) { ieee80211_mesh_sync_ops_get()
221 if (sync_methods[i].method == method) ieee80211_mesh_sync_ops_get()
222 return &sync_methods[i].ops; ieee80211_mesh_sync_ops_get()

Completed in 82 milliseconds