Lines Matching refs:ct_action
881 int ct_action, in tcf_ct_act_nat() argument
889 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
909 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
911 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()
957 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
958 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
959 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()
1030 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1087 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1095 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1098 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1099 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1173 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1175 sizeof(p->ct_action)); in tcf_ct_fill_params()
1177 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1365 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1368 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1421 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1423 sizeof(p->ct_action))) in tcf_ct_dump()
1426 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()