Home
last modified time | relevance | path

Searched refs:post_ct (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c53 struct mlx5_flow_table *post_ct; member
740 attr->dest_ft = ct_priv->post_ct; in mlx5_tc_ct_entry_add_rule()
1383 dest.ft = ct_priv->post_ct; in tc_ct_pre_ct_add_rules()
1812 ct_flow->post_ct_attr->ft = ct_priv->post_ct; in __mlx5_tc_ct_flow_offload()
2132 ct_priv->post_ct = mlx5_chains_create_global_table(chains); in mlx5_tc_ct_init()
2133 if (IS_ERR(ct_priv->post_ct)) { in mlx5_tc_ct_init()
2134 err = PTR_ERR(ct_priv->post_ct); in mlx5_tc_ct_init()
2175 mlx5_chains_destroy_global_table(chains, ct_priv->post_ct); in mlx5_tc_ct_clean()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c235 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument
263 } else if (post_ct) { in ovs_ct_update_key()