Home
last modified time | relevance | path

Searched refs:tc_action_ops (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dact_api.h21 struct tc_action_ops;
24 const struct tc_action_ops *ops;
90 struct tc_action_ops { struct
107 const struct tc_action_ops *, argument
120 const struct tc_action_ops *ops; argument
125 const struct tc_action_ops *ops) in tc_action_net_init()
139 void tcf_idrinfo_destroy(const struct tc_action_ops *ops,
159 const struct tc_action_ops *ops,
163 struct tc_action **a, const struct tc_action_ops *ops,
167 const struct tc_action_ops *ops, int bind,
[all …]
/kernel/linux/linux-5.10/net/sched/
Dact_api.c174 const struct tc_action_ops *ops = a->ops; in tcf_idr_release()
305 const struct tc_action_ops *ops, in tcf_del_walker()
355 const struct tc_action_ops *ops, in tcf_generic_walker()
427 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
484 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags()
559 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy()
582 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action()
585 struct tc_action_ops *a; in tcf_register_action()
614 int tcf_unregister_action(struct tc_action_ops *act, in tcf_unregister_action()
617 struct tc_action_ops *a; in tcf_unregister_action()
[all …]
Dact_ipt.c28 static struct tc_action_ops act_ipt_ops;
31 static struct tc_action_ops act_xt_ops;
97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init()
320 const struct tc_action_ops *ops, in tcf_ipt_walker()
335 static struct tc_action_ops act_ipt_ops = {
369 const struct tc_action_ops *ops, in tcf_xt_walker()
384 static struct tc_action_ops act_xt_ops = {
Dact_simple.c22 static struct tc_action_ops act_simp_ops;
202 const struct tc_action_ops *ops, in tcf_simp_walker()
217 static struct tc_action_ops act_simp_ops = {
Dact_connmark.c29 static struct tc_action_ops act_connmark_ops;
205 const struct tc_action_ops *ops, in tcf_connmark_walker()
220 static struct tc_action_ops act_connmark_ops = {
Dact_gact.c23 static struct tc_action_ops act_gact_ops;
227 const struct tc_action_ops *ops, in tcf_gact_walker()
255 static struct tc_action_ops act_gact_ops = {
Dact_skbmod.c22 static struct tc_action_ops act_skbmod_ops;
260 const struct tc_action_ops *ops, in tcf_skbmod_walker()
275 static struct tc_action_ops act_skbmod_ops = {
Dact_nat.c30 static struct tc_action_ops act_nat_ops;
294 const struct tc_action_ops *ops, in tcf_nat_walker()
309 static struct tc_action_ops act_nat_ops = {
Dact_sample.c27 static struct tc_action_ops act_sample_ops;
239 const struct tc_action_ops *ops, in tcf_sample_walker()
278 static struct tc_action_ops act_sample_ops = {
Dact_ctinfo.c27 static struct tc_action_ops act_ctinfo_ops;
347 const struct tc_action_ops *ops, in tcf_ctinfo_walker()
372 static struct tc_action_ops act_ctinfo_ops = {
Dact_vlan.c20 static struct tc_action_ops act_vlan_ops;
338 const struct tc_action_ops *ops, in tcf_vlan_walker()
371 static struct tc_action_ops act_vlan_ops = {
Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops;
304 const struct tc_action_ops *ops, in tcf_skbedit_walker()
330 static struct tc_action_ops act_skbedit_ops = {
Dact_mirred.c91 static struct tc_action_ops act_mirred_ops;
369 const struct tc_action_ops *ops, in tcf_mirred_walker()
444 static struct tc_action_ops act_mirred_ops = {
Dact_bpf.c33 static struct tc_action_ops act_bpf_ops;
395 const struct tc_action_ops *ops, in tcf_bpf_walker()
410 static struct tc_action_ops act_bpf_ops __read_mostly = {
Dact_mpls.c19 static struct tc_action_ops act_mpls_ops;
378 const struct tc_action_ops *ops, in tcf_mpls_walker()
393 static struct tc_action_ops act_mpls_ops = {
Dact_police.c26 static struct tc_action_ops act_police_ops;
30 const struct tc_action_ops *ops, in tcf_police_walker()
381 static struct tc_action_ops act_police_ops = {
Dact_pedit.c25 static struct tc_action_ops act_pedit_ops;
497 const struct tc_action_ops *ops, in tcf_pedit_walker()
512 static struct tc_action_ops act_pedit_ops = {
Dact_gate.c19 static struct tc_action_ops act_gate_ops;
570 const struct tc_action_ops *ops, in tcf_gate_walker()
600 static struct tc_action_ops act_gate_ops = {
Dact_csum.c41 static struct tc_action_ops act_csum_ops;
677 const struct tc_action_ops *ops, in tcf_csum_walker()
697 static struct tc_action_ops act_csum_ops = {
Dact_tunnel_key.c24 static struct tc_action_ops act_tunnel_key_ops;
775 const struct tc_action_ops *ops, in tunnel_key_walker()
790 static struct tc_action_ops act_tunnel_key_ops = {
Dact_ife.c35 static struct tc_action_ops act_ife_ops;
882 const struct tc_action_ops *ops, in tcf_ife_walker()
897 static struct tc_action_ops act_ife_ops = {
Dact_ct.c564 static struct tc_action_ops act_ct_ops;
1465 const struct tc_action_ops *ops, in tcf_ct_walker()
1489 static struct tc_action_ops act_ct_ops = {
Dcls_api.c3064 struct tc_action_ops *a_o; in tcf_exts_validate()