Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dconntrack.h29 bool post_ct);
79 bool post_ct) in ovs_ct_fill_key() argument
H A Dflow.c1007 bool post_ct = false, post_ct_snat = false, post_ct_dnat = false; in ovs_flow_key_extract() local
1048 post_ct = tc_ext ? tc_ext->post_ct : false; in ovs_flow_key_extract()
1049 post_ct_snat = post_ct ? tc_ext->post_ct_snat : false; in ovs_flow_key_extract()
1050 post_ct_dnat = post_ct ? tc_ext->post_ct_dnat : false; in ovs_flow_key_extract()
1051 zone = post_ct ? tc_ext->zone : 0; in ovs_flow_key_extract()
1061 ovs_ct_fill_key(skb, key, post_ct); /* Must be after key_extract(). */ in ovs_flow_key_extract()
1062 if (post_ct) { in ovs_flow_key_extract()
H A Dconntrack.c239 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument
267 } else if (post_ct) { in ovs_ct_update_key()
280 bool post_ct) in ovs_ct_fill_key() argument
282 ovs_ct_update_key(skb, NULL, key, post_ct, false); in ovs_ct_fill_key()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs.h20 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct);
H A Dct_fs_dmfs.c19 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_dmfs_init() argument
H A Dct_fs_smfs.c184 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_smfs_init() argument
189 post_ct_tbl = mlx5_smfs_table_get_from_fs_ft(post_ct); in mlx5_ct_fs_smfs_init()
/linux/net/sched/
H A Dact_ct.c981 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act()
1082 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
H A Dcls_flower.c319 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify() local
338 post_ct, zone); in fl_classify()
H A Dcls_api.c1881 ext->post_ct = cb->post_ct; in tcf_classify()
/linux/net/core/
H A Dflow_dissector.c321 size_t mapsize, bool post_ct, u16 zone) in skb_flow_dissect_ct() argument
333 if (!ct && !post_ct) in skb_flow_dissect_ct()
H A Ddev.c3973 tc_skb_cb(skb)->post_ct = false; in tc_run()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c2045 struct mlx5_flow_table *post_ct = mlx5e_tc_post_act_get_ft(ct_priv->post_act); in mlx5_tc_ct_fs_init() local
2063 err = ct_priv->fs_ops->init(ct_priv->fs, ct_priv->ct, ct_priv->ct_nat, post_ct); in mlx5_tc_ct_fs_init()
/linux/include/net/
H A Dsch_generic.h1054 u8 post_ct:1; member
/linux/include/linux/
H A Dskbuff.h329 u8 post_ct:1; member
1565 bool post_ct, u16 zone);