Searched refs:mr_tables (Results 1 – 2 of 2) sorted by relevance
207 struct list_head mr_tables; member
113 list_for_each_entry_rcu(mrt, &net->ipv4.mr_tables, list)121 ret = list_entry_rcu(net->ipv4.mr_tables.next, in ipmr_mr_table_iter()127 if (&ret->list == &net->ipv4.mr_tables) in ipmr_mr_table_iter()246 INIT_LIST_HEAD(&net->ipv4.mr_tables); in ipmr_rules_init()273 list_for_each_entry_safe(mrt, next, &net->ipv4.mr_tables, list) { in ipmr_rules_exit()379 list_add_tail_rcu(&mrt->list, &net->ipv4.mr_tables); in ipmr_new_table_set()