Searched refs:mfc6_cache_array (Results 1 – 1 of 1) sorted by relevance
64 struct list_head mfc6_cache_array[MFC6_LINES]; member318 INIT_LIST_HEAD(&mrt->mfc6_cache_array[i]); in ip6mr_new_table()359 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_idx()520 BUG_ON(it->cache != &mrt->mfc6_cache_array[it->ct]); in ipmr_mfc_seq_next()523 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_next()552 else if (it->cache == &mrt->mfc6_cache_array[it->ct]) in ipmr_mfc_seq_stop()1017 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) { in ip6mr_cache_find()1032 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any_parent()1052 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any()1307 list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[line], list) { in ip6mr_mfc_delete()[all …]