Searched refs:mfc6_unres_queue (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6mr.c63 struct list_head mfc6_unres_queue; member in struct:mr6_table
310 INIT_LIST_HEAD(&mrt->mfc6_unres_queue);
357 it->cache = &mrt->mfc6_unres_queue;
507 if (it->cache == &mrt->mfc6_unres_queue)
521 it->cache = &mrt->mfc6_unres_queue;
540 if (it->cache == &mrt->mfc6_unres_queue)
564 if (it->cache != &mrt->mfc6_unres_queue) {
853 list_for_each_entry_safe(c, next, &mrt->mfc6_unres_queue, list) {
866 if (!list_empty(&mrt->mfc6_unres_queue))
879 if (!list_empty(&mrt->mfc6_unres_queue))
[all...]

Completed in 26 milliseconds