Home
last modified time | relevance | path

Searched refs:tcf_meta_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/tc_act/
Dtc_ife.h28 const struct tcf_meta_ops *ops;
34 struct tcf_meta_ops { struct
63 int register_ife_op(struct tcf_meta_ops *mops); argument
64 int unregister_ife_op(struct tcf_meta_ops *mops);
/Linux-v4.19/net/sched/
Dact_ife.c166 static struct tcf_meta_ops *find_ife_oplist(u16 metaid) in find_ife_oplist()
168 struct tcf_meta_ops *o; in find_ife_oplist()
184 int register_ife_op(struct tcf_meta_ops *mops) in register_ife_op()
186 struct tcf_meta_ops *m; in register_ife_op()
212 int unregister_ife_op(struct tcf_meta_ops *mops) in unregister_ife_op()
214 struct tcf_meta_ops *m; in unregister_ife_op()
231 static int ife_validate_metatype(struct tcf_meta_ops *ops, void *val, int len) in ife_validate_metatype()
271 struct tcf_meta_ops *ops = find_ife_oplist(metaid); in load_metaops_and_vet()
299 static int __add_metainfo(const struct tcf_meta_ops *ops, in __add_metainfo()
329 static int add_metainfo_and_get_ops(const struct tcf_meta_ops *ops, in add_metainfo_and_get_ops()
[all …]
Dact_meta_skbprio.c47 static struct tcf_meta_ops ife_prio_ops = {
Dact_meta_skbtcindex.c47 static struct tcf_meta_ops ife_skbtcindex_ops = {
Dact_meta_mark.c47 static struct tcf_meta_ops ife_skbmark_ops = {