Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_core.c18 static LIST_HEAD(flowtables);
521 list_add(&flowtable->list, &flowtables); in nf_flow_table_init()
556 list_for_each_entry(flowtable, &flowtables, list) in nf_flow_table_cleanup()
H A Dnf_tables_api.c1077 INIT_LIST_HEAD(&table->flowtables); in nf_tables_newtable()
1136 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) { in nft_flush_table()
6406 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nft_flowtable_lookup()
6437 list_for_each_entry(flowtable, &table->flowtables, list) { in nft_flowtable_lookup_byhandle()
6582 list_for_each_entry(ft, &table->flowtables, list) { in nft_register_flowtable_net_hooks()
6816 list_add_tail_rcu(&flowtable->list, &table->flowtables); in nf_tables_newflowtable()
7019 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nf_tables_dump_flowtable()
7247 list_for_each_entry(flowtable, &table->flowtables, list) { in nf_tables_flowtable_event()
8932 list_for_each_entry_safe(flowtable, nf, &table->flowtables, list) { in __nft_release_tables()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnf_flowtable.rst94 netdevices. You can create as many flowtables as you want in case you need to
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1084 struct list_head flowtables; member