Searched refs:flowtables (Results 1 – 4 of 4) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 18 static LIST_HEAD(flowtables); 709 list_add(&flowtable->list, &flowtables); in nf_flow_table_init() 745 list_for_each_entry(flowtable, &flowtables, list)
|
| H A D | nf_tables_api.c | 1655 INIT_LIST_HEAD(&table->flowtables); in nf_tables_newtable() 1715 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) { in nft_flush_table() 8722 list_for_each_entry_rcu(flowtable, &table->flowtables, list, in nft_flowtable_lookup() 8755 list_for_each_entry(flowtable, &table->flowtables, list) { in nft_flowtable_lookup_byhandle() 8951 list_for_each_entry(ft, &table->flowtables, list) { in nft_register_flowtable_net_hooks() 9201 list_add_tail_rcu(&flowtable->list, &table->flowtables); in nf_tables_newflowtable() 9425 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nf_tables_dump_flowtable() 9714 list_for_each_entry(flowtable, &table->flowtables, list) { in __nf_tables_flowtable_event() 11889 list_for_each_entry(flowtable, &table->flowtables, list) in __nft_release_hook() 11933 list_for_each_entry_safe(flowtable, nf, &table->flowtables, list) { in __nft_release_table()
|
| /linux/Documentation/networking/ |
| H A D | nf_flowtable.rst | 99 netdevices. You can create as many flowtables as you want in case you need to
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1317 struct list_head flowtables; member
|