Searched refs:TCA_CT_ACT_NAT (Results 1 – 5 of 5) sorted by relevance
33 #define TCA_CT_ACT_NAT (1 << 3) macro
18 ct_nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in tc_act_can_offload_sample()
973 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()1176 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()1456 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
66 if ((!act->ct.action || act->ct.action == TCA_CT_ACT_NAT)) in is_pre_ct_flow()1398 if (act->ct.action == TCA_CT_ACT_NAT) in nfp_nft_ct_set_flow_flag()
1812 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()