Lines Matching refs:ct_action
327 int ct_action, in tcf_ct_act_nat() argument
334 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()
515 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
516 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
590 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
592 sizeof(p->ct_action)); in tcf_ct_fill_params()
594 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
782 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
785 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
838 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
840 sizeof(p->ct_action))) in tcf_ct_dump()
843 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()