Searched refs:tcf_action (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_gact.c | 33 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()
|
D | act_connmark.c | 89 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()
|
D | act_simple.c | 46 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()
|
D | act_police.c | 225 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()
|
D | act_pedit.c | 87 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()
|
D | act_skbedit.c | 50 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()
|
D | act_vlan.c | 34 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()
|
D | act_mirred.c | 118 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()
|
D | act_nat.c | 78 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()
|
D | act_bpf.c | 83 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()
|
D | act_csum.c | 80 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/ |
D | act_api.h | 32 #define tcf_action common.tcfc_action macro
|