Lines Matching refs:ct_action

728 	if ((p->ct_action & TCA_CT_ACT_FORCE) &&  in tcf_ct_skb_nfct_cached()
834 if (params->ct_action & TCA_CT_ACT_NAT) in tcf_ct_params_free()
888 int ct_action, in tcf_ct_act_nat() argument
895 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
897 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()
899 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat()
935 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
936 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1008 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1017 if (p->ct_action & TCA_CT_ACT_NAT && !nfct_seqadj(ct)) { in tcf_ct_act()
1088 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1096 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1099 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1100 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1175 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1177 sizeof(p->ct_action)); in tcf_ct_fill_params()
1179 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1243 p->ct_action & TCA_CT_ACT_NAT, &p->helper); in tcf_ct_fill_params()
1250 if (p->ct_action & TCA_CT_ACT_COMMIT) in tcf_ct_fill_params()
1389 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1392 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1458 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1460 sizeof(p->ct_action))) in tcf_ct_dump()
1463 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()