Home
last modified time | relevance | path

Searched refs:dead_tables (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dx_tables.c60 struct list_head dead_tables[NFPROTO_NUMPROTO]; member
1666 list_move(&t->list, &xt_net->dead_tables[af]); in xt_unregister_table_pre_exit()
1700 list_for_each_entry(table, &xt_net->dead_tables[af], list) { in xt_unregister_table_exit()
2169 INIT_LIST_HEAD(&xt_net->dead_tables[i]); in xt_net_init()
2181 WARN_ON_ONCE(!list_empty(&xt_net->dead_tables[i])); in xt_net_exit()
/linux/net/bridge/netfilter/
H A Debtables.c45 struct list_head dead_tables; member
1349 list_move(&t->list, &ebt_net->dead_tables); in ebt_unregister_table_pre_exit()
1367 list_for_each_entry(t, &ebt_net->dead_tables, list) { in ebt_unregister_table()
2563 INIT_LIST_HEAD(&ebt_net->dead_tables); in ebt_pernet_init()
2572 WARN_ON_ONCE(!list_empty(&ebt_net->dead_tables)); in ebt_pernet_exit()