Searched refs:mfc6_unres_queue (Results 1 – 1 of 1) sorted by relevance
65 struct list_head mfc6_unres_queue; member323 INIT_LIST_HEAD(&mrt->mfc6_unres_queue); in ip6mr_new_table()370 it->cache = &mrt->mfc6_unres_queue; in ipmr_mfc_seq_idx()520 if (it->cache == &mrt->mfc6_unres_queue) in ipmr_mfc_seq_next()534 it->cache = &mrt->mfc6_unres_queue; in ipmr_mfc_seq_next()553 if (it->cache == &mrt->mfc6_unres_queue) in ipmr_mfc_seq_stop()577 if (it->cache != &mrt->mfc6_unres_queue) { in ipmr_mfc_seq_show()873 list_for_each_entry_safe(c, next, &mrt->mfc6_unres_queue, list) { in ipmr_do_expire_process()887 if (!list_empty(&mrt->mfc6_unres_queue)) in ipmr_do_expire_process()900 if (!list_empty(&mrt->mfc6_unres_queue)) in ipmr_expire_process()[all …]