Searched refs:ct_action (Results 1 – 5 of 5) sorted by relevance
932 int ct_action, in tcf_ct_act_nat() argument939 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()941 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()943 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat()1160 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()1247 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()1249 sizeof(p->ct_action)); in tcf_ct_fill_params()1251 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()1540 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()1542 sizeof(p->ct_action))) in tcf_ct_dump()[all …]
90 int err, ct_action = *action; in nf_ct_nat() local111 } else if (ct_action & BIT(NF_NAT_MANIP_SRC)) { in nf_ct_nat()113 } else if (ct_action & BIT(NF_NAT_MANIP_DST)) { in nf_ct_nat()
27 u16 ct_action; member53 return to_ct_params(a)->ct_action; in tcf_ct_action()
27 u16 ct_action; member
1565 attr->ct_attr.ct_action |= act->ct.action; /* So we can have clear + ct */ in mlx5_tc_ct_parse_action()1944 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()2016 if (attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR) { in mlx5_tc_ct_flow_offload()
Completed in 18 milliseconds