Searched refs:post_ct (Results 1 – 13 of 13) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | conntrack.h | 29 bool post_ct); 79 bool post_ct) in ovs_ct_fill_key() argument
|
| H A D | flow.c | 1006 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()
|
| H A D | conntrack.c | 244 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument 272 } else if (post_ct) { in ovs_ct_update_key() 285 bool post_ct) in ovs_ct_fill_key() argument 287 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 D | ct_fs_dmfs.c | 19 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_dmfs_init() argument
|
| H A D | ct_fs_hmfs.c | 46 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_hmfs_init() argument 54 post_ct_tbl = post_ct->fs_hws_table.hws_table; in mlx5_ct_fs_hmfs_init()
|
| H A D | ct_fs_smfs.c | 183 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_smfs_init() argument 188 post_ct_tbl = mlx5_smfs_table_get_from_fs_ft(post_ct); in mlx5_ct_fs_smfs_init()
|
| /linux/net/sched/ |
| H A D | act_ct.c | 1008 qdisc_skb_cb(skb)->post_ct = false; in tcf_ct_act() 1128 qdisc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
|
| H A D | cls_flower.c | 325 bool post_ct = qdisc_skb_cb(skb)->post_ct; in fl_classify() 344 post_ct, zone); in fl_classify() 329 bool post_ct = qdisc_skb_cb(skb)->post_ct; fl_classify() local
|
| H A D | cls_api.c | 1890 ext->post_ct = qdisc_skb_cb(skb)->post_ct; in tcf_classify()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 323 size_t mapsize, bool post_ct, u16 zone) in skb_flow_dissect_ct() argument 335 if (!ct && !post_ct) in skb_flow_dissect_ct()
|
| H A D | dev.c | 4459 qdisc_skb_cb(skb)->post_ct = false; in tc_run()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 2096 struct mlx5_flow_table *post_ct = mlx5e_tc_post_act_get_ft(ct_priv->post_act); in mlx5_tc_ct_fs_init() local 2123 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 D | sch_generic.h | 463 u8 post_ct:1; member
|