Searched refs:flowtables (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netfilter/
H A Dnf_flow_table_core.c18 static LIST_HEAD(flowtables);
562 list_add(&flowtable->list, &flowtables);
598 list_for_each_entry(flowtable, &flowtables, list)
H A Dnf_tables_api.c1443 INIT_LIST_HEAD(&table->flowtables);
1503 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) {
8233 list_for_each_entry_rcu(flowtable, &table->flowtables, list) {
8265 list_for_each_entry(flowtable, &table->flowtables, list) {
8432 list_for_each_entry(ft, &table->flowtables, list) {
8672 list_add_tail_rcu(&flowtable->list, &table->flowtables);
8892 list_for_each_entry_rcu(flowtable, &table->flowtables, list) {
9129 list_for_each_entry(flowtable, &table->flowtables, list) {
11377 list_for_each_entry(flowtable, &table->flowtables, list)
11420 list_for_each_entry_safe(flowtable, nf, &table->flowtables, lis
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h1256 * @flowtables: flow tables in the table
1275 struct list_head flowtables; member in struct:nft_table
1440 * @hook_list: hook list for hooks per net_device in flowtables

Completed in 184 milliseconds