Searched refs:tcf_action (Results 1 – 17 of 17) sorted by relevance
34 return gact->tcf_action; in gact_net_rand()44 return gact->tcf_action; in gact_determ()117 gact->tcf_action = parm->action; in tcf_gact_init()140 int action = READ_ONCE(gact->tcf_action); in tcf_gact_act()163 int action = READ_ONCE(gact->tcf_action); in tcf_gact_stats_update()187 opt.action = gact->tcf_action; in tcf_gact_dump()
185 police->tcf_action = parm->action; in tcf_police_init()225 if (police->tcf_action == TC_ACT_SHOT) in tcf_police_act()228 return police->tcf_action; in tcf_police_act()264 if (police->tcf_action == TC_ACT_SHOT) in tcf_police_act()267 return police->tcf_action; in tcf_police_act()283 opt.action = police->tcf_action; in tcf_police_dump()
90 return ca->tcf_action; in tcf_connmark_act()131 ci->tcf_action = parm->action; in tcf_connmark_init()146 ci->tcf_action = parm->action; in tcf_connmark_init()164 .action = ci->tcf_action, in tcf_connmark_dump()
47 return d->tcf_action; in tcf_simp_act()69 d->tcf_action = p->action; in reset_policy()132 d->tcf_action = parm->action; in tcf_simp_init()163 opt.action = d->tcf_action; in tcf_simp_dump()
93 s->tcf_action = parm->action; in tcf_sample_init()148 retval = READ_ONCE(s->tcf_action); in tcf_sample_act()190 opt.action = s->tcf_action; in tcf_sample_dump()
43 action = READ_ONCE(v->tcf_action); in tcf_vlan_act()217 v->tcf_action = parm->action; in tcf_vlan_init()253 opt.action = v->tcf_action; in tcf_vlan_dump()
87 p->tcf_action = parm->action; in tcf_nat_init()117 action = p->tcf_action; in tcf_nat_act()265 .action = p->tcf_action, in tcf_nat_dump()
47 action = READ_ONCE(d->tcf_action); in tcf_skbmod_act()166 d->tcf_action = parm->action; in tcf_skbmod_init()216 opt.action = d->tcf_action; in tcf_skbmod_dump()
225 p->tcf_action = parm->action; in tcf_pedit_init()303 return p->tcf_action; in tcf_pedit_act()396 return p->tcf_action; in tcf_pedit_act()421 opt->action = p->tcf_action; in tcf_pedit_dump()
47 action = READ_ONCE(d->tcf_action); in tcf_skbedit_act()213 d->tcf_action = parm->action; in tcf_skbedit_init()234 .action = d->tcf_action, in tcf_skbedit_dump()
83 action = prog->tcf_action; in tcf_bpf_act()151 opt.action = prog->tcf_action; in tcf_bpf_dump()353 prog->tcf_action = parm->action; in tcf_bpf_init()
163 m->tcf_action = parm->action; in tcf_mirred_init()212 retval = READ_ONCE(m->tcf_action); in tcf_mirred_act()309 opt.action = m->tcf_action; in tcf_mirred_dump()
38 action = READ_ONCE(t->tcf_action); in tunnel_key_act()359 t->tcf_action = parm->action; in tunnel_key_init()499 opt.action = t->tcf_action; in tunnel_key_dump()
593 ife->tcf_action = parm->action; in tcf_ife_init()622 opt.action = ife->tcf_action; in tcf_ife_dump()683 int action = ife->tcf_action; in tcf_ife_decode()756 int action = ife->tcf_action; in tcf_ife_encode()
100 p->tcf_action = parm->action; in tcf_csum_init()571 action = READ_ONCE(p->tcf_action); in tcf_csum_act()610 opt.action = p->tcf_action; in tcf_csum_dump()
29 if ((!is_ext && gact->tcf_action == act) || in __is_tcf_gact_act()30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
45 #define tcf_action common.tcfa_action macro