Searched refs:flowtables (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_core.c | 18 static LIST_HEAD(flowtables); 558 list_add(&flowtable->list, &flowtables); in nf_flow_table_init() 594 list_for_each_entry(flowtable, &flowtables, list) in nf_flow_table_cleanup()
|
H A D | nf_tables_api.c | 1433 INIT_LIST_HEAD(&table->flowtables); in nf_tables_newtable() 1493 list_for_each_entry_safe(flowtable, nft, &ctx->table->flowtables, list) { in nft_flush_table() 8253 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nft_flowtable_lookup() 8285 list_for_each_entry(flowtable, &table->flowtables, list) { in nft_flowtable_lookup_byhandle() 8456 list_for_each_entry(ft, &table->flowtables, list) { in nft_register_flowtable_net_hooks() 8696 list_add_tail_rcu(&flowtable->list, &table->flowtables); in nf_tables_newflowtable() 8916 list_for_each_entry_rcu(flowtable, &table->flowtables, list) { in nf_tables_dump_flowtable() 9146 list_for_each_entry(flowtable, &table->flowtables, list) { in nf_tables_flowtable_event() 11278 list_for_each_entry(flowtable, &table->flowtables, list) in __nft_release_hook() 11322 list_for_each_entry_safe(flowtable, nf, &table->flowtables, lis in __nft_release_table() [all...] |
/openbmc/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
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 1257 * @flowtables: flow tables in the table 1273 struct list_head flowtables; 1432 * @hook_list: hook list for hooks per net_device in flowtables 1267 struct list_head flowtables; global() member
|