Home
last modified time | relevance | path

Searched refs:ct_action (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/sched/
Dact_ct.c965 int ct_action, in tcf_ct_act_nat() argument
973 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
993 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
995 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()
1041 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
1042 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1043 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()
1115 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1176 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1184 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
[all …]
/linux-6.1.9/include/net/tc_act/
Dtc_ct.h25 u16 ct_action; member
51 return to_ct_params(a)->ct_action; in tcf_ct_action()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dsample.c18 ct_nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in tc_act_can_offload_sample()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h27 u16 ct_action; member
Dtc_ct.c1442 attr->ct_attr.ct_action = act->ct.action; in mlx5_tc_ct_parse_action()
1812 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3479 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb()
3512 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported()