Home
last modified time | relevance | path

Searched refs:TCA_CT_ACT_NAT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/tc_act/
Dtc_ct.h33 #define TCA_CT_ACT_NAT (1 << 3) macro
/Linux-v5.10/net/sched/
Dact_ct.c874 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
1065 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1346 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1516 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()