Searched refs:mr6_tables (Results 1 – 2 of 2) sorted by relevance
94 struct list_head mr6_tables; member
101 list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list)109 ret = list_entry_rcu(net->ipv6.mr6_tables.next, in ip6mr_mr_table_iter()115 if (&ret->list == &net->ipv6.mr6_tables) in ip6mr_mr_table_iter()229 INIT_LIST_HEAD(&net->ipv6.mr6_tables); in ip6mr_rules_init()256 list_for_each_entry_safe(mrt, next, &net->ipv6.mr6_tables, list) { in ip6mr_rules_exit()358 list_add_tail_rcu(&mrt->list, &net->ipv6.mr6_tables); in ip6mr_new_table_set()