Searched refs:mfc6_cache_array (Results 1 – 1 of 1) sorted by relevance
66 struct list_head mfc6_cache_array[MFC6_LINES]; member321 INIT_LIST_HEAD(&mrt->mfc6_cache_array[i]); in ip6mr_new_table()362 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_idx()523 BUG_ON(it->cache != &mrt->mfc6_cache_array[it->ct]); in ipmr_mfc_seq_next()526 it->cache = &mrt->mfc6_cache_array[it->ct]; in ipmr_mfc_seq_next()555 else if (it->cache == &mrt->mfc6_cache_array[it->ct]) in ipmr_mfc_seq_stop()1020 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) { in ip6mr_cache_find()1035 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any_parent()1055 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any()1310 list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[line], list) { in ip6mr_mfc_delete()[all …]