Searched refs:mr6_tables (Results 1 – 2 of 2) sorted by relevance
106 struct list_head mr6_tables; member
107 list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list, \109 list_empty(&net->ipv6.mr6_tables))117 ret = list_entry_rcu(net->ipv6.mr6_tables.next, in ip6mr_mr_table_iter()123 if (&ret->list == &net->ipv6.mr6_tables) in ip6mr_mr_table_iter()237 INIT_LIST_HEAD(&net->ipv6.mr6_tables); in ip6mr_rules_init()266 list_for_each_entry_safe(mrt, next, &net->ipv6.mr6_tables, list) { in ip6mr_rules_exit()367 list_add_tail_rcu(&mrt->list, &net->ipv6.mr6_tables); in ip6mr_new_table_set()