Home
last modified time | relevance | path

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

/linux/include/net/
H A Dact_api.h22 struct tc_action_ops;
25 const struct tc_action_ops *ops;
114 struct tc_action_ops { struct
132 const struct tc_action_ops *, argument
154 const struct tc_action_ops *ops; argument
159 const struct tc_action_ops *ops) in tc_action_net_init()
173 void tcf_idrinfo_destroy(const struct tc_action_ops *ops,
191 const struct tc_action_ops *ops,
195 struct tc_action **a, const struct tc_action_ops *ops,
199 const struct tc_action_ops *ops, int bind,
[all …]
/linux/net/sched/
H A Dact_api.c422 const struct tc_action_ops *ops = a->ops; in tcf_idr_release()
631 const struct tc_action_ops *ops, in tcf_del_walker()
681 const struct tc_action_ops *ops, in tcf_generic_walker()
721 const struct tc_action_ops *ops, in __tcf_generic_walker()
733 const struct tc_action_ops *ops, in __tcf_idr_search()
778 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
837 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags()
932 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy()
1017 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action()
1020 struct tc_action_ops *a; in tcf_register_action()
[all …]
H A Dact_connmark.c29 static struct tc_action_ops act_connmark_ops;
239 static struct tc_action_ops act_connmark_ops = {
H A Dact_gact.c23 static struct tc_action_ops act_gact_ops;
287 static struct tc_action_ops act_gact_ops = {
H A Dact_skbmod.c23 static struct tc_action_ops act_skbmod_ops;
278 static struct tc_action_ops act_skbmod_ops = {
H A Dact_sample.c27 static struct tc_action_ops act_sample_ops;
318 static struct tc_action_ops act_sample_ops = {
H A Dact_nat.c29 static struct tc_action_ops act_nat_ops;
316 static struct tc_action_ops act_nat_ops = {
H A Dact_bpf.c33 static struct tc_action_ops act_bpf_ops;
392 static struct tc_action_ops act_bpf_ops __read_mostly = {
H A Dact_ctinfo.c29 static struct tc_action_ops act_ctinfo_ops;
359 static struct tc_action_ops act_ctinfo_ops = {
H A Dact_vlan.c20 static struct tc_action_ops act_vlan_ops;
416 static struct tc_action_ops act_vlan_ops = {
H A Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops;
418 static struct tc_action_ops act_skbedit_ops = {
H A Dact_mpls.c19 static struct tc_action_ops act_mpls_ops;
441 static struct tc_action_ops act_mpls_ops = {
H A Dact_mirred.c88 static struct tc_action_ops act_mirred_ops;
639 static struct tc_action_ops act_mirred_ops = {
H A Dact_pedit.c28 static struct tc_action_ops act_pedit_ops;
611 static struct tc_action_ops act_pedit_ops = {
H A Dact_police.c27 static struct tc_action_ops act_police_ops;
491 static struct tc_action_ops act_police_ops = {
H A Dact_csum.c41 static struct tc_action_ops act_csum_ops;
704 static struct tc_action_ops act_csum_ops = {
H A Dact_gate.c19 static struct tc_action_ops act_gate_ops;
736 static struct tc_action_ops act_gate_ops = {
H A Dact_ife.c35 static struct tc_action_ops act_ife_ops;
881 static struct tc_action_ops act_ife_ops = {
H A Dact_ct.c741 static struct tc_action_ops act_ct_ops;
1632 static struct tc_action_ops act_ct_ops = {
H A Dcls_api.c3403 struct tc_action_ops *a_o; in tcf_exts_validate_ex()