Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_ct.h33 #define TCA_CT_ACT_NAT (1 << 3) macro
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c880 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
1078 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1359 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1688 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()