Lines Matching refs:ct_action
872 int ct_action, in tcf_ct_act_nat() argument
880 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
900 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
902 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()
948 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
949 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
950 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()
1021 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1078 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1086 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1089 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1090 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1164 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1166 sizeof(p->ct_action)); in tcf_ct_fill_params()
1168 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1359 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1362 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1415 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1417 sizeof(p->ct_action))) in tcf_ct_dump()
1420 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()