Searched refs:mfc6_unres_queue (Results 1 – 1 of 1) sorted by relevance
63 struct list_head mfc6_unres_queue; member320 INIT_LIST_HEAD(&mrt->mfc6_unres_queue); in ip6mr_new_table()367 it->cache = &mrt->mfc6_unres_queue; in ipmr_mfc_seq_idx()517 if (it->cache == &mrt->mfc6_unres_queue) in ipmr_mfc_seq_next()531 it->cache = &mrt->mfc6_unres_queue; in ipmr_mfc_seq_next()550 if (it->cache == &mrt->mfc6_unres_queue) in ipmr_mfc_seq_stop()574 if (it->cache != &mrt->mfc6_unres_queue) { in ipmr_mfc_seq_show()870 list_for_each_entry_safe(c, next, &mrt->mfc6_unres_queue, list) { in ipmr_do_expire_process()884 if (!list_empty(&mrt->mfc6_unres_queue)) in ipmr_do_expire_process()897 if (!list_empty(&mrt->mfc6_unres_queue)) in ipmr_expire_process()[all …]