Searched refs:post_ct (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/net/openvswitch/ |
D | conntrack.h | 29 bool post_ct); 79 bool post_ct) in ovs_ct_fill_key() argument
|
D | flow.c | 1003 bool post_ct = false, post_ct_snat = false, post_ct_dnat = false; in ovs_flow_key_extract() local 1043 post_ct = tc_ext ? tc_ext->post_ct : false; in ovs_flow_key_extract() 1044 post_ct_snat = post_ct ? tc_ext->post_ct_snat : false; in ovs_flow_key_extract() 1045 post_ct_dnat = post_ct ? tc_ext->post_ct_dnat : false; in ovs_flow_key_extract() 1046 zone = post_ct ? tc_ext->zone : 0; in ovs_flow_key_extract() 1056 ovs_ct_fill_key(skb, key, post_ct); /* Must be after key_extract(). */ in ovs_flow_key_extract() 1057 if (post_ct) { in ovs_flow_key_extract()
|
D | conntrack.c | 237 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key() argument 265 } else if (post_ct) { in ovs_ct_update_key() 278 bool post_ct) in ovs_ct_fill_key() argument 280 ovs_ct_update_key(skb, NULL, key, post_ct, false); in ovs_ct_fill_key()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs.h | 20 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct);
|
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
|
D | ct_fs_smfs.c | 184 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.1.9/include/net/ |
D | pkt_sched.h | 221 u8 post_ct:1; member
|
/linux-6.1.9/net/sched/ |
D | act_ct.c | 1050 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act() 1139 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
|
D | cls_flower.c | 312 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify() local 331 post_ct, zone); in fl_classify()
|
D | cls_api.c | 1646 ext->post_ct = cb->post_ct; in tcf_classify()
|
/linux-6.1.9/net/core/ |
D | flow_dissector.c | 267 size_t mapsize, bool post_ct, u16 zone) in skb_flow_dissect_ct() argument 279 if (!ct && !post_ct) in skb_flow_dissect_ct()
|
D | dev.c | 3950 tc_skb_cb(skb)->post_ct = false; in sch_handle_egress() 5127 tc_skb_cb(skb)->post_ct = false; in sch_handle_ingress()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 1984 struct mlx5_flow_table *post_ct = mlx5e_tc_post_act_get_ft(ct_priv->post_act); in mlx5_tc_ct_fs_init() local 2002 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.1.9/include/linux/ |
D | skbuff.h | 322 u8 post_ct:1; member 1524 bool post_ct, u16 zone);
|