Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dact_api.h22 struct tc_action_ops;
25 const struct tc_action_ops *ops;
106 struct tc_action_ops { struct
124 const struct tc_action_ops *, argument
145 const struct tc_action_ops *ops; argument
150 const struct tc_action_ops *ops) in tc_action_net_init()
164 void tcf_idrinfo_destroy(const struct tc_action_ops *ops,
184 const struct tc_action_ops *ops,
188 struct tc_action **a, const struct tc_action_ops *ops,
192 const struct tc_action_ops *ops, int bind,
[all …]
/linux-6.6.21/net/sched/
Dact_api.c422 const struct tc_action_ops *ops = a->ops; in tcf_idr_release()
587 const struct tc_action_ops *ops, in tcf_del_walker()
637 const struct tc_action_ops *ops, in tcf_generic_walker()
677 const struct tc_action_ops *ops, in __tcf_generic_walker()
689 const struct tc_action_ops *ops, in __tcf_idr_search()
734 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
793 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags()
868 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy()
944 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action()
947 struct tc_action_ops *a; in tcf_register_action()
[all …]
Dact_ipt.c29 static struct tc_action_ops act_ipt_ops;
30 static struct tc_action_ops act_xt_ops;
97 const struct tc_action_ops *ops, in __tcf_ipt_init()
374 static struct tc_action_ops act_ipt_ops = {
404 static struct tc_action_ops act_xt_ops = {
Dact_simple.c22 static struct tc_action_ops act_simp_ops;
202 static struct tc_action_ops act_simp_ops = {
Dact_connmark.c29 static struct tc_action_ops act_connmark_ops;
235 static struct tc_action_ops act_connmark_ops = {
Dact_skbmod.c23 static struct tc_action_ops act_skbmod_ops;
280 static struct tc_action_ops act_skbmod_ops = {
Dact_gact.c23 static struct tc_action_ops act_gact_ops;
287 static struct tc_action_ops act_gact_ops = {
Dact_nat.c29 static struct tc_action_ops act_nat_ops;
317 static struct tc_action_ops act_nat_ops = {
Dact_sample.c27 static struct tc_action_ops act_sample_ops;
306 static struct tc_action_ops act_sample_ops = {
Dact_bpf.c33 static struct tc_action_ops act_bpf_ops;
394 static struct tc_action_ops act_bpf_ops __read_mostly = {
Dact_ctinfo.c28 static struct tc_action_ops act_ctinfo_ops;
356 static struct tc_action_ops act_ctinfo_ops = {
Dact_vlan.c20 static struct tc_action_ops act_vlan_ops;
417 static struct tc_action_ops act_vlan_ops = {
Dact_mirred.c90 static struct tc_action_ops act_mirred_ops;
503 static struct tc_action_ops act_mirred_ops = {
Dact_mpls.c19 static struct tc_action_ops act_mpls_ops;
444 static struct tc_action_ops act_mpls_ops = {
Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops;
416 static struct tc_action_ops act_skbedit_ops = {
Dact_pedit.c28 static struct tc_action_ops act_pedit_ops;
611 static struct tc_action_ops act_pedit_ops = {
Dact_csum.c41 static struct tc_action_ops act_csum_ops;
700 static struct tc_action_ops act_csum_ops = {
Dact_police.c27 static struct tc_action_ops act_police_ops;
493 static struct tc_action_ops act_police_ops = {
Dact_gate.c19 static struct tc_action_ops act_gate_ops;
635 static struct tc_action_ops act_gate_ops = {
Dact_ife.c35 static struct tc_action_ops act_ife_ops;
882 static struct tc_action_ops act_ife_ops = {
Dact_tunnel_key.c24 static struct tc_action_ops act_tunnel_key_ops;
834 static struct tc_action_ops act_tunnel_key_ops = {
Dact_ct.c733 static struct tc_action_ops act_ct_ops;
1577 static struct tc_action_ops act_ct_ops = {
Dcls_api.c3280 struct tc_action_ops *a_o; in tcf_exts_validate_ex()