Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/openvswitch/
A Dconntrack.h29 bool post_ct);
79 bool post_ct) in ovs_ct_fill_key() argument
A Dflow.c1006 bool post_ct = false, post_ct_snat = false, post_ct_dnat = false; in ovs_flow_key_extract() local
1047 post_ct = tc_ext ? tc_ext->post_ct : false; in ovs_flow_key_extract()
1048 post_ct_snat = post_ct ? tc_ext->post_ct_snat : false; in ovs_flow_key_extract()
1049 post_ct_dnat = post_ct ? tc_ext->post_ct_dnat : false; in ovs_flow_key_extract()
1050 zone = post_ct ? tc_ext->zone : 0; in ovs_flow_key_extract()
1060 ovs_ct_fill_key(skb, key, post_ct); /* Must be after key_extract(). */ in ovs_flow_key_extract()
1061 if (post_ct) { in ovs_flow_key_extract()
A Dconntrack.c238 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument
266 } else if (post_ct) { in ovs_ct_update_key()
279 bool post_ct) in ovs_ct_fill_key() argument
281 ovs_ct_update_key(skb, NULL, key, post_ct, false); in ovs_ct_fill_key()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dct_fs.h20 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct);
A Dct_fs_dmfs.c19 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_dmfs_init() argument
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-6.3-rc2/include/net/
A Dpkt_sched.h242 u8 post_ct:1; member
/linux-6.3-rc2/net/sched/
A Dact_ct.c927 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act()
1032 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
A Dcls_flower.c314 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify() local
333 post_ct, zone); in fl_classify()
A Dcls_api.c1794 ext->post_ct = cb->post_ct; in tcf_classify()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c267 size_t mapsize, bool post_ct, u16 zone) in skb_flow_dissect_ct() argument
279 if (!ct && !post_ct) in skb_flow_dissect_ct()
A Ddev.c3940 tc_skb_cb(skb)->post_ct = false; in sch_handle_egress()
5117 tc_skb_cb(skb)->post_ct = false; in sch_handle_ingress()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.c2121 struct mlx5_flow_table *post_ct = mlx5e_tc_post_act_get_ft(ct_priv->post_act); in mlx5_tc_ct_fs_init() local
2139 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-6.3-rc2/include/linux/
A Dskbuff.h328 u8 post_ct:1; member
1534 bool post_ct, u16 zone);

Completed in 63 milliseconds