Searched refs:mr_tables (Results 1 – 2 of 2) sorted by relevance
280 struct list_head mr_tables; member
122 list_for_each_entry_rcu(mrt, &net->ipv4.mr_tables, list, \124 list_empty(&net->ipv4.mr_tables))132 ret = list_entry_rcu(net->ipv4.mr_tables.next, in ipmr_mr_table_iter()138 if (&ret->list == &net->ipv4.mr_tables) in ipmr_mr_table_iter()253 INIT_LIST_HEAD(&net->ipv4.mr_tables); in ipmr_rules_init()285 list_for_each_entry_safe(mrt, next, &net->ipv4.mr_tables, list) { in ipmr_rules_exit_rtnl()412 list_add_tail_rcu(&mrt->list, &net->ipv4.mr_tables); in ipmr_new_table_set()