sync_methods      196 net/mac80211/mesh_sync.c static const struct sync_method sync_methods[] = {
sync_methods      210 net/mac80211/mesh_sync.c 	for (i = 0 ; i < ARRAY_SIZE(sync_methods); ++i) {
sync_methods      211 net/mac80211/mesh_sync.c 		if (sync_methods[i].method == method)
sync_methods      212 net/mac80211/mesh_sync.c 			return &sync_methods[i].ops;