Searched refs:flowtables (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_flow_table_core.c | 22 static LIST_HEAD(flowtables); 471 list_add(&flowtable->list, &flowtables); in nf_flow_table_init() 504 list_for_each_entry(flowtable, &flowtables, list) in nf_flow_table_cleanup()
|
D | nf_tables_api.c | 855 INIT_LIST_HEAD(&table->flowtables); in nf_tables_newtable() 909 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) { in nft_flush_table() 5302 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nft_flowtable_lookup() 5317 list_for_each_entry(flowtable, &table->flowtables, list) { in nft_flowtable_lookup_byhandle() 5543 list_for_each_entry(ft, &table->flowtables, list) { in nf_tables_newflowtable() 5565 list_add_tail_rcu(&flowtable->list, &table->flowtables); in nf_tables_newflowtable() 5711 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nf_tables_dump_flowtable() 5932 list_for_each_entry(flowtable, &table->flowtables, list) { in nf_tables_flowtable_event() 7205 list_for_each_entry(flowtable, &table->flowtables, list) in __nft_release_tables() 7218 list_for_each_entry_safe(flowtable, nf, &table->flowtables, list) { in __nft_release_tables()
|
/Linux-v4.19/Documentation/networking/ |
D | nf_flowtable.txt | 89 netdevices. You can create as many flowtables as you want in case you need to
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 990 struct list_head flowtables; member
|