tcf_action       1092 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 		gact->tcf_action = TC_ACT_SHOT;
tcf_action         29 include/net/tc_act/tc_gact.h 	if ((!is_ext && gact->tcf_action == act) ||
tcf_action         30 include/net/tc_act/tc_gact.h 	    (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act)))
tcf_action         80 net/sched/act_bpf.c 		action = prog->tcf_action;
tcf_action        148 net/sched/act_bpf.c 	opt.action = prog->tcf_action;
tcf_action         87 net/sched/act_connmark.c 	return ca->tcf_action;
tcf_action        182 net/sched/act_connmark.c 	opt.action = ci->tcf_action;
tcf_action        585 net/sched/act_csum.c 	action = READ_ONCE(p->tcf_action);
tcf_action        648 net/sched/act_csum.c 	opt.action = p->tcf_action;
tcf_action        395 net/sched/act_ct.c 	retval = READ_ONCE(c->tcf_action);
tcf_action        846 net/sched/act_ct.c 	opt.action = c->tcf_action;
tcf_action         96 net/sched/act_ctinfo.c 	action = READ_ONCE(ca->tcf_action);
tcf_action        303 net/sched/act_ctinfo.c 	opt.action = ci->tcf_action;
tcf_action         30 net/sched/act_gact.c 		return gact->tcf_action;
tcf_action         40 net/sched/act_gact.c 		return gact->tcf_action;
tcf_action        154 net/sched/act_gact.c 	int action = READ_ONCE(gact->tcf_action);
tcf_action        177 net/sched/act_gact.c 	int action = READ_ONCE(gact->tcf_action);
tcf_action        205 net/sched/act_gact.c 	opt.action = gact->tcf_action;
tcf_action        632 net/sched/act_ife.c 	opt.action = ife->tcf_action;
tcf_action        693 net/sched/act_ife.c 	int action = ife->tcf_action;
tcf_action        766 net/sched/act_ife.c 	int action = ife->tcf_action;
tcf_action        240 net/sched/act_mirred.c 	retval = READ_ONCE(m->tcf_action);
tcf_action        342 net/sched/act_mirred.c 	opt.action = m->tcf_action;
tcf_action         74 net/sched/act_mpls.c 	ret = READ_ONCE(m->tcf_action);
tcf_action        311 net/sched/act_mpls.c 	opt.action = m->tcf_action;
tcf_action        126 net/sched/act_nat.c 	action = p->tcf_action;
tcf_action        279 net/sched/act_nat.c 	opt.action = p->tcf_action;
tcf_action        315 net/sched/act_pedit.c 		return p->tcf_action;
tcf_action        408 net/sched/act_pedit.c 	return p->tcf_action;
tcf_action        433 net/sched/act_pedit.c 	opt->action = p->tcf_action;
tcf_action        229 net/sched/act_police.c 	ret = READ_ONCE(police->tcf_action);
tcf_action        318 net/sched/act_police.c 	opt.action = police->tcf_action;
tcf_action        170 net/sched/act_sample.c 	retval = READ_ONCE(s->tcf_action);
tcf_action        212 net/sched/act_sample.c 	opt.action = s->tcf_action;
tcf_action         41 net/sched/act_simple.c 	return d->tcf_action;
tcf_action        183 net/sched/act_simple.c 	opt.action = d->tcf_action;
tcf_action         37 net/sched/act_skbedit.c 	action = READ_ONCE(d->tcf_action);
tcf_action        245 net/sched/act_skbedit.c 	opt.action = d->tcf_action;
tcf_action         44 net/sched/act_skbmod.c 	action = READ_ONCE(d->tcf_action);
tcf_action        228 net/sched/act_skbmod.c 	opt.action = d->tcf_action;
tcf_action         35 net/sched/act_tunnel_key.c 	action = READ_ONCE(t->tcf_action);
tcf_action        528 net/sched/act_tunnel_key.c 	opt.action   = t->tcf_action;
tcf_action         40 net/sched/act_vlan.c 	action = READ_ONCE(v->tcf_action);
tcf_action        266 net/sched/act_vlan.c 	opt.action = v->tcf_action;