Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dact_api.h22 struct tc_action_ops;
25 const struct tc_action_ops *ops;
110 struct tc_action_ops { struct
128 const struct tc_action_ops *, argument
144 const struct tc_action_ops *ops; argument
149 const struct tc_action_ops *ops) in tc_action_net_init()
163 void tcf_idrinfo_destroy(const struct tc_action_ops *ops,
183 const struct tc_action_ops *ops,
187 struct tc_action **a, const struct tc_action_ops *ops,
191 const struct tc_action_ops *ops, int bind,
[all …]
/Linux-v6.1/net/sched/
Dact_api.c428 const struct tc_action_ops *ops = a->ops; in tcf_idr_release()
591 const struct tc_action_ops *ops, in tcf_del_walker()
641 const struct tc_action_ops *ops, in tcf_generic_walker()
681 const struct tc_action_ops *ops, in __tcf_generic_walker()
693 const struct tc_action_ops *ops, in __tcf_idr_search()
738 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
797 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags()
872 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy()
948 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action()
951 struct tc_action_ops *a; in tcf_register_action()
[all …]
Dact_ipt.c27 static struct tc_action_ops act_ipt_ops;
28 static struct tc_action_ops act_xt_ops;
94 const struct tc_action_ops *ops, in __tcf_ipt_init()
316 static struct tc_action_ops act_ipt_ops = {
346 static struct tc_action_ops act_xt_ops = {
Dact_connmark.c28 static struct tc_action_ops act_connmark_ops;
202 static struct tc_action_ops act_connmark_ops = {
Dact_simple.c21 static struct tc_action_ops act_simp_ops;
200 static struct tc_action_ops act_simp_ops = {
Dact_gact.c22 static struct tc_action_ops act_gact_ops;
285 static struct tc_action_ops act_gact_ops = {
Dact_nat.c29 static struct tc_action_ops act_nat_ops;
291 static struct tc_action_ops act_nat_ops = {
Dact_skbmod.c22 static struct tc_action_ops act_skbmod_ops;
278 static struct tc_action_ops act_skbmod_ops = {
Dact_sample.c26 static struct tc_action_ops act_sample_ops;
297 static struct tc_action_ops act_sample_ops = {
Dact_bpf.c32 static struct tc_action_ops act_bpf_ops;
392 static struct tc_action_ops act_bpf_ops __read_mostly = {
Dact_ctinfo.c27 static struct tc_action_ops act_ctinfo_ops;
354 static struct tc_action_ops act_ctinfo_ops = {
Dact_vlan.c19 static struct tc_action_ops act_vlan_ops;
415 static struct tc_action_ops act_vlan_ops = {
Dact_mirred.c89 static struct tc_action_ops act_mirred_ops;
485 static struct tc_action_ops act_mirred_ops = {
Dact_mpls.c18 static struct tc_action_ops act_mpls_ops;
428 static struct tc_action_ops act_mpls_ops = {
Dact_skbedit.c23 static struct tc_action_ops act_skbedit_ops;
404 static struct tc_action_ops act_skbedit_ops = {
Dact_pedit.c24 static struct tc_action_ops act_pedit_ops;
529 static struct tc_action_ops act_pedit_ops = {
Dact_police.c25 static struct tc_action_ops act_police_ops;
490 static struct tc_action_ops act_police_ops = {
Dact_csum.c40 static struct tc_action_ops act_csum_ops;
699 static struct tc_action_ops act_csum_ops = {
Dact_gate.c18 static struct tc_action_ops act_gate_ops;
631 static struct tc_action_ops act_gate_ops = {
Dact_tunnel_key.c23 static struct tc_action_ops act_tunnel_key_ops;
827 static struct tc_action_ops act_tunnel_key_ops = {
Dact_ife.c34 static struct tc_action_ops act_ife_ops;
880 static struct tc_action_ops act_ife_ops = {
Dact_ct.c651 static struct tc_action_ops act_ct_ops;
1590 static struct tc_action_ops act_ct_ops = {
Dcls_api.c3058 struct tc_action_ops *a_o; in tcf_exts_validate_ex()