Searched refs:mr_tables (Results 1 – 2 of 2) sorted by relevance
214 struct list_head mr_tables; member
118 list_for_each_entry_rcu(mrt, &net->ipv4.mr_tables, list, \120 list_empty(&net->ipv4.mr_tables))128 ret = list_entry_rcu(net->ipv4.mr_tables.next, in ipmr_mr_table_iter()134 if (&ret->list == &net->ipv4.mr_tables) in ipmr_mr_table_iter()248 INIT_LIST_HEAD(&net->ipv4.mr_tables); in ipmr_rules_init()277 list_for_each_entry_safe(mrt, next, &net->ipv4.mr_tables, list) { in ipmr_rules_exit()383 list_add_tail_rcu(&mrt->list, &net->ipv4.mr_tables); in ipmr_new_table_set()