Home
last modified time | relevance | path

Searched refs:tcf_action (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/net/sched/
Dact_gact.c33 return gact->tcf_action; in gact_net_rand()
43 return gact->tcf_action; in gact_determ()
108 gact->tcf_action = parm->action; in tcf_gact_init()
129 int action = READ_ONCE(gact->tcf_action); in tcf_gact()
156 .action = gact->tcf_action, in tcf_gact_dump()
Dact_connmark.c89 return ca->tcf_action; in tcf_connmark()
121 ci->tcf_action = parm->action; in tcf_connmark_init()
135 ci->tcf_action = parm->action; in tcf_connmark_init()
152 .action = ci->tcf_action, in tcf_connmark_dump()
Dact_simple.c46 return d->tcf_action; in tcf_simp()
68 d->tcf_action = p->action; in reset_policy()
117 d->tcf_action = parm->action; in tcf_simp_init()
145 .action = d->tcf_action, in tcf_simp_dump()
Dact_police.c225 police->tcf_action = parm->action; in tcf_act_police_locate()
270 if (police->tcf_action == TC_ACT_SHOT) in tcf_act_police()
273 return police->tcf_action; in tcf_act_police()
306 if (police->tcf_action == TC_ACT_SHOT) in tcf_act_police()
309 return police->tcf_action; in tcf_act_police()
319 .action = police->tcf_action, in tcf_act_police_dump()
Dact_pedit.c87 p->tcf_action = parm->action; in tcf_pedit_init()
115 return p->tcf_action; in tcf_pedit()
170 return p->tcf_action; in tcf_pedit()
194 opt->action = p->tcf_action; in tcf_pedit_dump()
Dact_skbedit.c50 return d->tcf_action; in tcf_skbedit()
128 d->tcf_action = parm->action; in tcf_skbedit_init()
146 .action = d->tcf_action, in tcf_skbedit_dump()
Dact_vlan.c34 action = v->tcf_action; in tcf_vlan()
141 v->tcf_action = parm->action; in tcf_vlan_init()
159 .action = v->tcf_action, in tcf_vlan_dump()
Dact_mirred.c118 m->tcf_action = parm->action; in tcf_mirred_init()
153 retval = READ_ONCE(m->tcf_action); in tcf_mirred()
202 .action = m->tcf_action, in tcf_mirred_dump()
Dact_nat.c78 p->tcf_action = parm->action; in tcf_nat_init()
108 action = p->tcf_action; in tcf_nat()
264 .action = p->tcf_action, in tcf_nat_dump()
Dact_bpf.c83 action = prog->tcf_action; in tcf_bpf()
138 .action = prog->tcf_action, in tcf_bpf_dump()
343 prog->tcf_action = parm->action; in tcf_bpf_init()
Dact_csum.c80 p->tcf_action = parm->action; in tcf_csum_init()
506 action = p->tcf_action; in tcf_csum()
541 .action = p->tcf_action, in tcf_csum_dump()
/linux-4.4.14/include/net/
Dact_api.h32 #define tcf_action common.tcfc_action macro