Searched refs:ct_action (Results 1 – 2 of 2) sorted by relevance
327 int ct_action, in tcf_ct_act_nat() argument334 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()354 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()356 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()385 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()386 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()387 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()450 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()504 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()512 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()[all …]
25 u16 ct_action; member46 return to_ct_params(a)->ct_action; in tcf_ct_action()