Searched refs:tcf_action (Results 1 – 22 of 22) sorted by relevance
30 return gact->tcf_action; in gact_net_rand()40 return gact->tcf_action; in gact_determ()153 int action = READ_ONCE(gact->tcf_action); in tcf_gact_act()176 int action = READ_ONCE(gact->tcf_action); in tcf_gact_stats_update()197 opt.action = gact->tcf_action; in tcf_gact_dump()
90 return ca->tcf_action; in tcf_connmark_act()184 opt.action = ci->tcf_action; in tcf_connmark_dump()
42 return d->tcf_action; in tcf_simp_act()183 opt.action = d->tcf_action; in tcf_simp_dump()
314 return p->tcf_action; in tcf_pedit_act()407 return p->tcf_action; in tcf_pedit_act()441 opt->action = p->tcf_action; in tcf_pedit_dump()
123 action = p->tcf_action; in tcf_nat_act()274 opt.action = p->tcf_action; in tcf_nat_dump()
167 retval = READ_ONCE(s->tcf_action); in tcf_sample_act()217 opt.action = s->tcf_action; in tcf_sample_dump()
36 action = READ_ONCE(d->tcf_action); in tcf_skbmod_act()251 opt.action = d->tcf_action; in tcf_skbmod_dump()
129 return gact->tcf_action; in tcf_gate_act()145 return gact->tcf_action; in tcf_gate_act()516 opt.action = gact->tcf_action; in tcf_gate_dump()
37 action = READ_ONCE(d->tcf_action); in tcf_skbedit_act()254 opt.action = d->tcf_action; in tcf_skbedit_dump()
40 action = READ_ONCE(v->tcf_action); in tcf_vlan_act()299 opt.action = v->tcf_action; in tcf_vlan_dump()
96 action = READ_ONCE(ca->tcf_action); in tcf_ctinfo_act()302 opt.action = ci->tcf_action; in tcf_ctinfo_dump()
74 ret = READ_ONCE(m->tcf_action); in tcf_mpls_act()330 opt.action = m->tcf_action; in tcf_mpls_dump()
81 action = prog->tcf_action; in tcf_bpf_act()149 opt.action = prog->tcf_action; in tcf_bpf_dump()
250 retval = READ_ONCE(m->tcf_action); in tcf_mirred_act()352 opt.action = m->tcf_action; in tcf_mirred_dump()
253 ret = READ_ONCE(police->tcf_action); in tcf_police_act()348 opt.action = police->tcf_action; in tcf_police_dump()
655 opt.action = ife->tcf_action; in tcf_ife_dump()716 int action = ife->tcf_action; in tcf_ife_decode()789 int action = ife->tcf_action; in tcf_ife_encode()
583 action = READ_ONCE(p->tcf_action); in tcf_csum_act()647 opt.action = p->tcf_action; in tcf_csum_dump()
37 action = READ_ONCE(t->tcf_action); in tunnel_key_act()728 opt.action = t->tcf_action; in tunnel_key_dump()
956 retval = READ_ONCE(c->tcf_action); in tcf_ct_act()1419 opt.action = c->tcf_action; in tcf_ct_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()
51 #define tcf_action common.tcfa_action macro
1132 gact->tcf_action = TC_ACT_SHOT; in stmmac_test_rxp()
Completed in 40 milliseconds