Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dmesh_sync.c196 static const struct sync_method sync_methods[] = { variable
210 for (i = 0 ; i < ARRAY_SIZE(sync_methods); ++i) { in ieee80211_mesh_sync_ops_get()
211 if (sync_methods[i].method == method) in ieee80211_mesh_sync_ops_get()
212 return &sync_methods[i].ops; in ieee80211_mesh_sync_ops_get()