Lines Matching refs:ct_action
866 int ct_action, in tcf_ct_act_nat() argument
874 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
894 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
896 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()
937 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
938 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
939 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()
1010 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1065 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1073 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1076 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1077 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1151 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1153 sizeof(p->ct_action)); in tcf_ct_fill_params()
1155 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1346 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1349 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1402 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1404 sizeof(p->ct_action))) in tcf_ct_dump()
1407 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()