Searched refs:post_ct (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/net/openvswitch/ |
A D | conntrack.h | 29 bool post_ct); 79 bool post_ct) in ovs_ct_fill_key() argument
|
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()
|
A D | conntrack.c | 238 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 D | ct_fs.h | 20 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct);
|
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
|
A 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.3-rc2/include/net/ |
A D | pkt_sched.h | 242 u8 post_ct:1; member
|
/linux-6.3-rc2/net/sched/ |
A D | act_ct.c | 927 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act() 1032 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
|
A D | cls_flower.c | 314 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify() local 333 post_ct, zone); in fl_classify()
|
A D | cls_api.c | 1794 ext->post_ct = cb->post_ct; in tcf_classify()
|
/linux-6.3-rc2/net/core/ |
A 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()
|
A D | dev.c | 3940 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 D | tc_ct.c | 2121 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 D | skbuff.h | 328 u8 post_ct:1; member 1534 bool post_ct, u16 zone);
|
Completed in 63 milliseconds