Searched refs:ct_ft (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sched/ |
| A D | act_ct.c | 311 tcf_ct_flow_table_put(ct_ft); in tcf_ct_nf_put() 330 if (ct_ft && refcount_inc_not_zero(&ct_ft->ref)) in tcf_ct_flow_table_get() 333 ct_ft = kzalloc(sizeof(*ct_ft), GFP_KERNEL); in tcf_ct_flow_table_get() 334 if (!ct_ft) in tcf_ct_flow_table_get() 336 refcount_set(&ct_ft->ref, 1); in tcf_ct_flow_table_get() 338 ct_ft->key = key; in tcf_ct_flow_table_get() 353 params->ct_ft = ct_ft; in tcf_ct_flow_table_get() 362 kfree(ct_ft); in tcf_ct_flow_table_get() 370 refcount_inc(&ct_ft->ref); in tcf_ct_flow_table_get_ref() 386 kfree(ct_ft); in tcf_ct_flow_table_cleanup_work() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | tc_conntrack.h | 35 struct nf_flowtable *ct_ft);
|
| A D | tc_conntrack.c | 560 struct nf_flowtable *ct_ft) in efx_tc_ct_register_zone() argument 580 WARN_ON_ONCE(old->nf_ft != ct_ft); in efx_tc_ct_register_zone() 585 ct_zone->nf_ft = ct_ft; in efx_tc_ct_register_zone() 589 rc = nf_flow_table_offload_add_cb(ct_ft, efx_tc_flow_block, ct_zone); in efx_tc_ct_register_zone()
|
| /linux/include/net/tc_act/ |
| A D | tc_ct.h | 31 struct tcf_ct_flow_table *ct_ft; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 1574 static int tc_ct_pre_ct_add_rules(struct mlx5_ct_ft *ct_ft, in tc_ct_pre_ct_add_rules() argument 1578 struct mlx5_tc_ct_priv *ct_priv = ct_ft->ct_priv; in tc_ct_pre_ct_add_rules() 1595 zone = ct_ft->zone & MLX5_CT_ZONE_MASK; in tc_ct_pre_ct_add_rules() 1662 tc_ct_pre_ct_del_rules(struct mlx5_ct_ft *ct_ft, in tc_ct_pre_ct_del_rules() argument 1665 struct mlx5_tc_ct_priv *ct_priv = ct_ft->ct_priv; in tc_ct_pre_ct_del_rules() 1674 mlx5_tc_ct_alloc_pre_ct(struct mlx5_ct_ft *ct_ft, in mlx5_tc_ct_alloc_pre_ct() argument 1679 struct mlx5_tc_ct_priv *ct_priv = ct_ft->ct_priv; in mlx5_tc_ct_alloc_pre_ct() 1751 err = tc_ct_pre_ct_add_rules(ct_ft, pre_ct, nat); in mlx5_tc_ct_alloc_pre_ct() 1770 mlx5_tc_ct_free_pre_ct(struct mlx5_ct_ft *ct_ft, in mlx5_tc_ct_free_pre_ct() argument 1773 tc_ct_pre_ct_del_rules(ct_ft, pre_ct); in mlx5_tc_ct_free_pre_ct()
|
Completed in 19 milliseconds