Lines Matching refs:ct_action
712 if ((p->ct_action & TCA_CT_ACT_FORCE) && in tcf_ct_skb_nfct_cached()
818 if (params->ct_action & TCA_CT_ACT_NAT) in tcf_ct_params_free()
872 int ct_action, in tcf_ct_act_nat() argument
879 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
881 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()
883 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat()
919 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
920 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
992 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act()
1001 if (p->ct_action & TCA_CT_ACT_NAT && !nfct_seqadj(ct)) { in tcf_ct_act()
1072 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1080 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1083 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1084 (p->ct_action & TCA_CT_ACT_NAT_DST)) { in tcf_ct_fill_params_nat()
1159 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1161 sizeof(p->ct_action)); in tcf_ct_fill_params()
1163 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1227 p->ct_action & TCA_CT_ACT_NAT, &p->helper); in tcf_ct_fill_params()
1372 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
1375 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
1441 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1443 sizeof(p->ct_action))) in tcf_ct_dump()
1446 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()