Lines Matching refs:ct_action
965 int ct_action, in tcf_ct_act_nat() argument
973 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
993 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
995 } else if (ct_action & TCA_CT_ACT_NAT_DST) { in tcf_ct_act_nat()
1041 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
1042 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1043 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()
1115 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1176 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1184 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1187 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1188 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1262 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1264 sizeof(p->ct_action)); in tcf_ct_fill_params()
1266 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1456 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1459 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1512 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1514 sizeof(p->ct_action))) in tcf_ct_dump()
1517 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()