Searched refs:mfc6_cache_array (Results 1 – 1 of 1) sorted by relevance
64 struct list_head mfc6_cache_array[MFC6_LINES]; member319 INIT_LIST_HEAD(&mrt->mfc6_cache_array[i]); in ip6mr_new_table()360 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_idx()521 BUG_ON(it->cache != &mrt->mfc6_cache_array[it->ct]); in ipmr_mfc_seq_next()524 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_next()553 else if (it->cache == &mrt->mfc6_cache_array[it->ct]) in ipmr_mfc_seq_stop()1022 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) { in ip6mr_cache_find()1037 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any_parent()1057 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any()1312 list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[line], list) { in ip6mr_mfc_delete()[all …]