Home
last modified time | relevance | path

Searched refs:flow_table (Results 1 – 24 of 24) sorted by relevance

/linux/net/openvswitch/
H A Dflow_table.h62 struct flow_table { struct
80 int ovs_flow_tbl_init(struct flow_table *); argument
81 int ovs_flow_tbl_count(const struct flow_table *table);
82 void ovs_flow_tbl_destroy(struct flow_table *table);
83 int ovs_flow_tbl_flush(struct flow_table *flow_table);
85 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
87 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
88 int ovs_flow_tbl_num_masks(const struct flow_table *table);
89 u32 ovs_flow_tbl_masks_cache_size(const struct flow_table *table);
90 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size);
[all …]
H A Dflow_table.c103 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count()
243 static int tbl_mask_array_realloc(struct flow_table *tbl, int size) in tbl_mask_array_realloc()
268 static int tbl_mask_array_add_mask(struct flow_table *tbl, in tbl_mask_array_add_mask()
296 static void tbl_mask_array_del_mask(struct flow_table *tbl, in tbl_mask_array_del_mask()
329 static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask) in flow_mask_remove()
387 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size) in ovs_flow_tbl_masks_cache_resize()
409 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init()
457 static void table_instance_flow_free(struct flow_table *table, in table_instance_flow_free()
462 hlist_del_rcu(&flow->flow_table.node[ti->node_ver]); in table_instance_flow_free()
474 void table_instance_flow_flush(struct flow_table *table, in table_instance_flow_flush()
[all …]
H A DMakefile14 flow_table.o \
H A Ddatapath.h93 struct flow_table table;
H A Dflow.h226 } flow_table, ufid_table; member
H A Ddatapath.c1920 struct flow_table *table = &dp->table; in __dp_destroy()
/linux/net/netfilter/
H A Dnf_flow_table_core.c323 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add()
329 err = rhashtable_insert_fast(&flow_table->rhashtable, in flow_offload_add()
335 err = rhashtable_insert_fast(&flow_table->rhashtable, in flow_offload_add()
339 rhashtable_remove_fast(&flow_table->rhashtable, in flow_offload_add()
347 if (nf_flowtable_hw_offload(flow_table)) { in flow_offload_add()
349 nf_flow_offload_add(flow_table, flow); in flow_offload_add()
356 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh()
367 if (likely(!nf_flowtable_hw_offload(flow_table)) || in flow_offload_refresh()
371 nf_flow_offload_add(flow_table, flow); in flow_offload_del() argument
375 static void flow_offload_del(struct nf_flowtable *flow_table, in flow_offload_del()
319 flow_offload_add(struct nf_flowtable * flow_table,struct flow_offload * flow) flow_offload_add() argument
352 flow_offload_refresh(struct nf_flowtable * flow_table,struct flow_offload * flow,bool force) flow_offload_refresh() argument
392 flow_offload_lookup(struct nf_flowtable * flow_table,struct flow_offload_tuple * tuple) flow_offload_lookup() argument
417 nf_flow_table_iterate(struct nf_flowtable * flow_table,void (* iter)(struct nf_flowtable * flowtable,struct flow_offload * flow,void * data),void * data) nf_flow_table_iterate() argument
451 nf_flow_custom_gc(struct nf_flowtable * flow_table,const struct flow_offload * flow) nf_flow_custom_gc() argument
554 nf_flow_offload_gc_step(struct nf_flowtable * flow_table,struct flow_offload * flow,void * data) nf_flow_offload_gc_step() argument
586 nf_flow_table_gc_run(struct nf_flowtable * flow_table) nf_flow_table_gc_run() argument
593 struct nf_flowtable *flow_table; nf_flow_offload_work_gc() local
712 nf_flow_table_do_cleanup(struct nf_flowtable * flow_table,struct flow_offload * flow,void * data) nf_flow_table_do_cleanup() argument
747 nf_flow_table_free(struct nf_flowtable * flow_table) nf_flow_table_free() argument
[all...]
H A Dnf_flow_table_ip.c484 struct nf_flowtable *flow_table, struct sk_buff *skb) in nf_flow_nat_ipv6_tcp()
494 return flow_offload_lookup(flow_table, &tuple); in nf_flow_nat_ipv6_udp()
498 struct nf_flowtable *flow_table, in nf_flow_nat_ipv6_udp()
530 flow_offload_refresh(flow_table, flow, false); in nf_flow_snat_ipv6()
541 if (flow_table->flags & NF_FLOWTABLE_COUNTER) in nf_flow_snat_ipv6()
760 struct nf_flowtable *flow_table = priv; in nf_flow_offload_ipv6_hook()
773 tuplehash = nf_flow_offload_lookup(&ctx, flow_table, skb);
777 ret = nf_flow_offload_forward(&ctx, flow_table, tuplehash, skb);
1007 struct nf_flowtable *flow_table,
1042 flow_offload_refresh(flow_table, flo
356 nf_flow_offload_lookup(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct sk_buff * skb) nf_flow_offload_lookup() argument
371 nf_flow_offload_forward(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct flow_offload_tuple_rhash * tuplehash,struct sk_buff * skb) nf_flow_offload_forward() argument
422 struct nf_flowtable *flow_table = priv; nf_flow_offload_ip_hook() local
650 nf_flow_offload_ipv6_forward(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct flow_offload_tuple_rhash * tuplehash,struct sk_buff * skb) nf_flow_offload_ipv6_forward() argument
697 nf_flow_offload_ipv6_lookup(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct sk_buff * skb) nf_flow_offload_ipv6_lookup() argument
717 struct nf_flowtable *flow_table = priv; nf_flow_offload_ipv6_hook() local
[all...]
/linux/include/net/netfilter/
H A Dnf_flow_table.h250 nf_flow_table_offload_add_cb(struct nf_flowtable *flow_table, in nf_flow_table_offload_add_cb()
253 struct flow_block *block = &flow_table->flow_block; in nf_flow_table_offload_add_cb()
257 down_write(&flow_table->flow_block_lock);
271 up_write(&flow_table->flow_block_lock); in nf_flow_table_offload_del_cb()
273 if (flow_table->type->get) in nf_flow_table_offload_del_cb()
274 flow_table->type->get(flow_table); in nf_flow_table_offload_del_cb()
278 up_write(&flow_table->flow_block_lock);
283 nf_flow_table_offload_del_cb(struct nf_flowtable *flow_table,
286 struct flow_block *block = &flow_table
226 nf_flow_table_offload_add_cb(struct nf_flowtable * flow_table,flow_setup_cb_t * cb,void * cb_priv) nf_flow_table_offload_add_cb() argument
259 nf_flow_table_offload_del_cb(struct nf_flowtable * flow_table,flow_setup_cb_t * cb,void * cb_priv) nf_flow_table_offload_del_cb() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c395 struct mlx5_flow_table *flow_table; in macsec_fs_tx_create() local
425 flow_table = mlx5_create_flow_table(ns, &ft_attr); in macsec_fs_tx_create()
426 if (IS_ERR(flow_table)) { in macsec_fs_tx_create()
427 err = PTR_ERR(flow_table); in macsec_fs_tx_create()
431 ft_crypto->t = flow_table; in macsec_fs_tx_create()
469 flow_table = macsec_fs_auto_group_table_create(ns, 0, TX_CHECK_TABLE_LEVEL, in macsec_fs_tx_create()
471 if (IS_ERR(flow_table)) { in macsec_fs_tx_create()
472 err = PTR_ERR(flow_table); in macsec_fs_tx_create()
476 tx_tables->ft_check = flow_table; in macsec_fs_tx_create()
480 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_table->max_fte - 1); in macsec_fs_tx_create()
[all …]
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c264 if (rhashtable_lookup(&eth->flow_table, &f->cookie, mtk_flow_ht_params)) in mtk_flow_offload_replace()
485 err = rhashtable_insert_fast(&eth->flow_table, &entry->node, in mtk_flow_offload_replace()
506 entry = rhashtable_lookup(&eth->flow_table, &f->cookie, in mtk_flow_offload_destroy()
512 rhashtable_remove_fast(&eth->flow_table, &entry->node, in mtk_flow_offload_destroy()
528 entry = rhashtable_lookup(&eth->flow_table, &f->cookie, in mtk_flow_offload_stats()
657 return rhashtable_init(&eth->flow_table, &mtk_flow_ht_params); in mtk_eth_offload_init()
H A Dmtk_eth_soc.h1346 struct rhashtable flow_table; member
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c111 return rhashtable_lookup_fast(&priv->flow_table, &flower_cmp_arg, in nfp_flower_search_fl_table()
519 err = rhashtable_init(&priv->flow_table, &nfp_flower_table_params); in nfp_flower_metadata_init()
602 rhashtable_destroy(&priv->flow_table); in nfp_flower_metadata_init()
707 rhashtable_free_and_destroy(&priv->flow_table, in nfp_flower_metadata_cleanup()
H A Doffload.c1065 err = rhashtable_insert_fast(&priv->flow_table, &merge_flow->fl_node, in nfp_flower_merge_offloaded_flows()
1098 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_flower_merge_offloaded_flows()
1392 err = rhashtable_insert_fast(&priv->flow_table, &flow_pay->fl_node, in nfp_flower_add_offload()
1437 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_flower_add_offload()
1520 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_flower_remove_merge_flow()
1622 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_flower_del_offload()
H A Dconntrack.c1092 err = rhashtable_insert_fast(&priv->flow_table, &flow_pay->fl_node, in nfp_fl_ct_add_offload()
1111 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_fl_ct_add_offload()
1168 WARN_ON_ONCE(rhashtable_remove_fast(&priv->flow_table, in nfp_fl_ct_del_offload()
1838 zt->nft = ct_act->ct.flow_table; in nfp_fl_ct_handle_pre_ct()
H A Dmain.h313 struct rhashtable flow_table; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1489 rc = rhashtable_remove_fast(&tc_info->flow_table, &flow_node->node, in __bnxt_tc_del_flow()
1560 old_node = rhashtable_lookup_fast(&tc_info->flow_table, in bnxt_tc_add_flow()
1588 rc = rhashtable_insert_fast(&tc_info->flow_table, &new_node->node, in bnxt_tc_add_flow()
1618 flow_node = rhashtable_lookup_fast(&tc_info->flow_table, in bnxt_tc_del_flow()
1636 flow_node = rhashtable_lookup_fast(&tc_info->flow_table, in bnxt_tc_get_flow_stats()
1828 num_flows = atomic_read(&tc_info->flow_table.nelems); in bnxt_tc_flow_stats_work()
1832 rhashtable_walk_enter(&tc_info->flow_table, &tc_info->iter); in bnxt_tc_flow_stats_work()
2031 rc = rhashtable_init(&tc_info->flow_table, &tc_info->flow_ht_params); in bnxt_init_tc()
2079 rhashtable_destroy(&tc_info->flow_table); in bnxt_init_tc()
2095 rhashtable_destroy(&tc_info->flow_table); in bnxt_shutdown_tc()
H A Dbnxt.h1822 struct rhashtable flow_table; member
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c1015 if (rhashtable_lookup(&eth->flow_table, &f->cookie, in airoha_ppe_flow_offload_replace()
1187 err = rhashtable_insert_fast(&eth->flow_table, &e->node, in airoha_ppe_flow_offload_replace()
1207 e = rhashtable_lookup(&eth->flow_table, &f->cookie, in airoha_ppe_flow_offload_destroy()
1213 rhashtable_remove_fast(&eth->flow_table, &e->node, in airoha_ppe_flow_offload_destroy()
1261 e = rhashtable_lookup(&eth->flow_table, &f->cookie, in airoha_ppe_flow_offload_stats()
1524 err = rhashtable_init(&eth->flow_table, &airoha_flow_table_params); in airoha_ppe_init()
1541 rhashtable_destroy(&eth->flow_table); in airoha_ppe_init()
1562 rhashtable_destroy(&eth->flow_table); in airoha_ppe_deinit()
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c638 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()
639 prio->flow_table = NULL; in put_flow_table()
704 prio->flow_table = ft; in _get_prio()
791 ft = prio->flow_table; in get_flow_table()
999 if (prio->flow_table) in get_per_qp_prio()
1142 opfc->rule[i] = mlx5_add_flow_rules(prio->flow_table, &spec[i], in add_op_fc_rules()
1302 if (!prio->flow_table) { in mlx5_ib_fs_add_op_fc()
1324 opfc->rule[i] = mlx5_add_flow_rules(prio->flow_table, &spec[i], in mlx5_ib_fs_add_op_fc()
1423 WARN_ON(!prio->flow_table); in mlx5r_fs_bind_op_fc()
1516 struct mlx5_flow_table *ft = ft_prio->flow_table; in _create_flow_rule()
[all …]
/linux/net/core/
H A Ddev.c4968 static u32 rfs_slot(u32 hash, const struct rps_dev_flow_table *flow_table) in rfs_slot() argument
4970 return hash_32(hash, flow_table->log); in rfs_slot()
4986 struct rps_dev_flow_table *flow_table, in rps_flow_is_active() argument
4999 (int)(10 << flow_table->log); in rps_flow_is_active()
5011 struct rps_dev_flow_table *flow_table; in set_rps_cpu() local
5028 flow_table = rcu_dereference(rxqueue->rps_flow_table); in set_rps_cpu()
5029 if (!flow_table) in set_rps_cpu()
5032 flow_id = rfs_slot(hash, flow_table); in set_rps_cpu()
5033 tmp_rflow = &flow_table->flows[flow_id]; in set_rps_cpu()
5037 if (rps_flow_is_active(tmp_rflow, flow_table, in set_rps_cpu()
[all …]
/linux/net/sched/
H A Dact_ct.c1621 entry->ct.flow_table = tcf_ct_ft(act); in tcf_ct_offload_act_setup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1600 attr->ct_attr.nf_ft = act->ct.flow_table; in mlx5_tc_ct_parse_action()
/linux/drivers/net/ethernet/sfc/
H A Dtc.c1051 fa->ct.flow_table); in efx_tc_flower_handle_lhs_actions()