ct_action          25 include/net/tc_act/tc_ct.h 	u16 ct_action;
ct_action          46 include/net/tc_act/tc_ct.h 	return to_ct_params(a)->ct_action;
ct_action         327 net/sched/act_ct.c 			  int ct_action,
ct_action         335 net/sched/act_ct.c 	if (!(ct_action & TCA_CT_ACT_NAT))
ct_action         355 net/sched/act_ct.c 	} else if (ct_action & TCA_CT_ACT_NAT_SRC) {
ct_action         357 net/sched/act_ct.c 	} else if (ct_action & TCA_CT_ACT_NAT_DST) {
ct_action         396 net/sched/act_ct.c 	commit = p->ct_action & TCA_CT_ACT_COMMIT;
ct_action         397 net/sched/act_ct.c 	clear = p->ct_action & TCA_CT_ACT_CLEAR;
ct_action         398 net/sched/act_ct.c 	force = p->ct_action & TCA_CT_ACT_FORCE;
ct_action         461 net/sched/act_ct.c 	err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit);
ct_action         515 net/sched/act_ct.c 	if (!(p->ct_action & TCA_CT_ACT_NAT))
ct_action         523 net/sched/act_ct.c 	if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST)))
ct_action         526 net/sched/act_ct.c 	if ((p->ct_action & TCA_CT_ACT_NAT_SRC) &&
ct_action         527 net/sched/act_ct.c 	    (p->ct_action & TCA_CT_ACT_NAT_DST)) {
ct_action         601 net/sched/act_ct.c 			   &p->ct_action, TCA_CT_ACTION,
ct_action         603 net/sched/act_ct.c 			   sizeof(p->ct_action));
ct_action         605 net/sched/act_ct.c 	if (p->ct_action & TCA_CT_ACT_CLEAR)
ct_action         793 net/sched/act_ct.c 	if (!(p->ct_action & TCA_CT_ACT_NAT))
ct_action         796 net/sched/act_ct.c 	if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST)))
ct_action         849 net/sched/act_ct.c 				&p->ct_action, TCA_CT_ACTION,
ct_action         851 net/sched/act_ct.c 				sizeof(p->ct_action)))
ct_action         854 net/sched/act_ct.c 	if (p->ct_action & TCA_CT_ACT_CLEAR)