Home
last modified time | relevance | path

Searched refs:flowtables (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/netfilter/
Dnf_flow_table_core.c18 static LIST_HEAD(flowtables);
559 list_add(&flowtable->list, &flowtables); in nf_flow_table_init()
595 list_for_each_entry(flowtable, &flowtables, list) in nf_flow_table_cleanup()
Dnf_tables_api.c1234 INIT_LIST_HEAD(&table->flowtables); in nf_tables_newtable()
1295 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) { in nft_flush_table()
7306 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nft_flowtable_lookup()
7337 list_for_each_entry(flowtable, &table->flowtables, list) { in nft_flowtable_lookup_byhandle()
7494 list_for_each_entry(ft, &table->flowtables, list) { in nft_register_flowtable_net_hooks()
7727 list_add_tail_rcu(&flowtable->list, &table->flowtables); in nf_tables_newflowtable()
7931 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nf_tables_dump_flowtable()
8165 list_for_each_entry(flowtable, &table->flowtables, list) { in nf_tables_flowtable_event()
9940 list_for_each_entry(flowtable, &table->flowtables, list) in __nft_release_hook()
9980 list_for_each_entry_safe(flowtable, nf, &table->flowtables, list) { in __nft_release_table()
/Linux-v6.1/Documentation/networking/
Dnf_flowtable.rst99 netdevices. You can create as many flowtables as you want in case you need to
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1182 struct list_head flowtables; member