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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6mr.c64 struct list_head mfc6_cache_array[MFC6_LINES]; member in struct:mr6_table
308 INIT_LIST_HEAD(&mrt->mfc6_cache_array[i]);
349 it->cache = &mrt->mfc6_cache_array[it->ct];
510 BUG_ON(it->cache != &mrt->mfc6_cache_array[it->ct]);
513 it->cache = &mrt->mfc6_cache_array[it->ct];
542 else if (it->cache == mrt->mfc6_cache_array)
1014 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list)
1279 list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[line], list) {
1434 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) {
1467 list_add(&c->list, &mrt->mfc6_cache_array[lin
[all...]

Completed in 47 milliseconds