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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c40 static struct mesh_table *mpp_paths; /* Store paths for MPP&MAP */ variable in typeref:struct:mesh_table
190 tbl = rcu_dereference(mpp_paths);
356 oldtbl = mpp_paths;
357 newtbl = mesh_table_grow(mpp_paths);
362 rcu_assign_pointer(mpp_paths, newtbl);
407 hash_idx = mesh_table_hash(dst, sdata, mpp_paths);
408 bucket = &mpp_paths->hash_buckets[hash_idx];
410 spin_lock(&mpp_paths->hashwlock[hash_idx]);
420 if (atomic_inc_return(&mpp_paths->entries) >=
421 mpp_paths
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh_pathtbl.c40 static struct mesh_table *mpp_paths; /* Store paths for MPP&MAP */ variable in typeref:struct:mesh_table
190 tbl = rcu_dereference(mpp_paths);
356 oldtbl = mpp_paths;
357 newtbl = mesh_table_grow(mpp_paths);
362 rcu_assign_pointer(mpp_paths, newtbl);
407 hash_idx = mesh_table_hash(dst, sdata, mpp_paths);
408 bucket = &mpp_paths->hash_buckets[hash_idx];
410 spin_lock(&mpp_paths->hashwlock[hash_idx]);
420 if (atomic_inc_return(&mpp_paths->entries) >=
421 mpp_paths
[all...]

Completed in 146 milliseconds