Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_gact.c32 return gact->tcf_action; in gact_net_rand()
39 return gact->tcf_action; in gact_determ()
103 gact->tcf_action = parm->action; in tcf_gact_init()
128 action = gact->tcf_action; in tcf_gact()
130 action = gact->tcf_action; in tcf_gact()
150 .action = gact->tcf_action, in tcf_gact_dump()
Dact_connmark.c85 return ca->tcf_action; in tcf_connmark()
116 ci->tcf_action = parm->action; in tcf_connmark_init()
129 ci->tcf_action = parm->action; in tcf_connmark_init()
146 .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()
116 d->tcf_action = parm->action; in tcf_simp_init()
144 .action = d->tcf_action, in tcf_simp_dump()
Dact_mirred.c109 m->tcf_action = parm->action; in tcf_mirred_init()
154 skb2 = skb_act_clone(skb, GFP_ATOMIC, m->tcf_action); in tcf_mirred()
178 retval = m->tcf_action; in tcf_mirred()
180 retval = m->tcf_action; in tcf_mirred()
192 .action = m->tcf_action, in tcf_mirred_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()
173 return p->tcf_action; in tcf_pedit()
197 opt->action = p->tcf_action; in tcf_pedit_dump()
Dact_skbedit.c50 return d->tcf_action; in tcf_skbedit()
127 d->tcf_action = parm->action; in tcf_skbedit_init()
145 .action = d->tcf_action, in tcf_skbedit_dump()
Dact_vlan.c34 action = v->tcf_action; in tcf_vlan()
140 v->tcf_action = parm->action; in tcf_vlan_init()
158 .action = v->tcf_action, in tcf_vlan_dump()
Dact_nat.c77 p->tcf_action = parm->action; in tcf_nat_init()
107 action = p->tcf_action; in tcf_nat()
262 .action = p->tcf_action, in tcf_nat_dump()
Dact_bpf.c76 action = prog->tcf_action; in tcf_bpf()
132 .action = prog->tcf_action, in tcf_bpf_dump()
332 prog->tcf_action = parm->action; in tcf_bpf_init()
Dact_csum.c79 p->tcf_action = parm->action; in tcf_csum_init()
505 action = p->tcf_action; in tcf_csum()
540 .action = p->tcf_action, in tcf_csum_dump()
/linux-4.1.27/include/net/
Dact_api.h30 #define tcf_action common.tcfc_action macro